Hello,
How i can clone heading with content? I try use cloneWordConten, but what type should i use?
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHello,
How i can clone heading with content? I try use cloneWordConten, but what type should i use?
Hello,
Headings are paragraphs with an extra tag:
<w:outlineLvl val="{heading level}">You can query a heading as a paragraph content, this is by its content, position... If the heading level is not set as an external style, you can query by the outlineLvl tag using the attributes option or a custom query with DOCXPath.
Regards.