Hi there,
I am applying the custom styles(named as SpecText 1-9) to document dynamically and applying these styles to content of the document based on the heading style paragraph, like:
1 Heading1
content of Heading1 // applying SpecText 1 style
1.1 Heading2
content of Heading 2 // applying SpecText 2 style
1.1.1 Heading 3
content of Heading3 // applying SpecText 3 style
1.2 Heading2
content of Heading2 // applying SpecText 2 style
2 Heading1
content of Heading 1 // applying SpecText 1 style
2.1 Heading2
content of Heading 2 // applying SpecText 2 style
To applying custom styles, i am using the attached code.
I am adding SpecText 1-9 styles only to the document and applying these styles to the document based on Heading style. but here document applying SpecText 1_0 insted of SpecText 1 and SpecText 2_0 insted of SpecText 2 and soon…
Could you please suggest me how to overcome this…
Thanks,