How to create multiLevel bullets and numbering from java using apache POI XWPFDocument?
I've read many blogs and forums related to my requirement, but till now I was able to generate bullet or numbering for first level with all the help I got. Can anyone guide me how to create a multilevel numbering using apache poi. Wondering whether Apache POI XWPFDocument support such feature? Below is what my requirement First Level Second Level Second Level First Level Edit 1 : Here is my sample code which works for single level numbering public class TestNumbering { String fileName=""; InputStream in = null; CTAbstractNum abstractNum = null; public TestNumbering() { try { in =