Hello Everyone!
I am trying to add bullets into a docx file using NumberingDefinitionsPart class.
I am making use of Text, Paragraph, Run, Paragraph Properties(ppr), NumPr and Ilvl classes to add bullets into the docx.
But I am not able to add Abstract Numbering into the Numbering.xml part of the docx. As a result, every time I try to add new bullet, its numbering continues from the last bullet number of the previously added bullet. (Example if previously added bullet ends at number 3, then when added a new bullet, the numbering of this one starts at 4 and not at 1)
Please kindly suggests ways to overcome this issue.
Is this the right way to add bullets into a docx or is there a different approach that I need to follow?
Also, I would like to know how to add dots or circle or square as bullets?
Thanks, your help is highly appreciated!!
Regards.