Hi,
I am updating a document by replacing some special words with multiple headings and corresponding descriptions. I am adding the heading using builder.writeln() method and uses heading-1 style (To capture in the TOC) and description in normal style. In some cases, the updated document heading -1 style will have a number so that the heading will come with numbering. In some cases, the customer will add one heading which may have multiple lines (will add enter).In this case, the list item adds numbering to all the paragraphs (one heading will have multiple numbering, which I don’t want. So is there any way I can remove the numbering after enter with the builder?
Thank you