I am trying to have nested lists (or levels, as Word calls them, I think), i.e. something like this: - First level - Second level - Third level However, while I found a method XWPFParagraph.setNumID for the numbering, I don't see anything for the level (like setIlvl or setNumIlvl -- although there is getNumIlvl). Is there anything I missed? If not, I'd be happy to provide a patch adding this method (I'm just worried about what tests you'd expect from such a method).
Since 4.1.2, XWPFParagraph.setNumILvl(BigInteger)already exists.
Yes, seems this was added via r1871999 and GitHub PR163: https://github.com/apache/poi/pull/163