Can i get the content of the listItem? like I want the text '第4章"
but when i use code like :
NodeCollection<Paragraph> childNodes = doc.getChildNodes(NodeType.Paragraph, true);
for (Paragraph Paragraph : childNode…...code like : NodeCollection<Paragraph> childNodes = doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true); for (Paragraph paragraph : childNodes)...