@alexey.noskov in my document having some of the list like 7.1.1,7.1.2 ex… so many list are the I need to convert this list to heading 3
Please note :based on the number like 7.1.1 ,7.1.2 ,7.2.1 ,…ex based on this numbe…...all paragraphs in the document NodeCollection paragraphs = doc...GetChildNodes(NodeType.Paragraph, true); foreach (Paragraph para in paragraphs)...