Hello, I'm using XWPF for one week now. I was using HSSF and HSLF for a long time, but decided to go directly to XWPF rather than HWPF for Word files.
I have two things that I would like to do and are surely feasible in XWPF, but I was not able to do them correctly: - Having more than one paragraph level in a document. Numbering is using BigInteger, so it's not possible to set more than one level there just by using the setNumID on paragraphs. - Setting the width of columns in a XWPFTable. And setting the table width only seems not to have any result for me. Does somebody knows a way to do this? I looked in the OOXML tests cases in trunk for XWPF, but could not find answers for these questions. Regards, Hervé
