I want to create a bulleted/numbered list in a docx word document with Java. I am using the Apache POI 3.10 library. If I understand correctly, the steps would be like this:
I too used the same steps you have mentioned and for the second step, I have used the following statement.
BigInteger abstractNumId = BigInteger.valueOf(0);
With this I was able to create Bulleted list. However, I have still not found a way to create Numbered lists.