Having Issue to read the level numbers from docx , which is having only levels, not the headers.
I am able to read the Level text, but not the Level Numbers. I am using Trial version of Aspose java.
Can you please pro…... for (Paragraph paragraph : (Iterable<Paragraph>) doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { System.out.println(paragraph.getListLabel()...