Hi,
I want to create a new numbered list, visually it's work fine but it doesn't appear in the numbering.xml part of my docx (in attachment) when I unzip it so it's cause trouble whit my pdf converter (it's not the pdf converter of docx4j).
I create my list like that:
PPr pprList = factory.createPPr();
NumPr numprList = factory.createPPrBaseNumPr();
Ilvl ilvlList = factory.createPPrBaseNumPrIlvl();
NumId numidList = factory.createPPrBaseNumPrNumId();
R rList = factory.createR();
Text textList = ...