1
From the blank template, I want Numbered heading 1 to Numbered heading 5 please send me the code
1
Are you trying to achieve this numbering without opening the word document physically?
Is there any place where you drop the word document and your dotnet application picks the document from the watch folder and does rest of the changes?
You may need to parse the entire word document to find the content with their style (like paragrapgh, Heading 1, Heading 2 and Subtitle etc). Then based on the array of content you can find the heading and replace it with numbers prefixed to it.
Hope this might be helpful for you.