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. ...