Hi,
At the risk of asking a naive question:
Is it possible to get docx4j to run with Woodstox as its stax implementation?
Thanks.
It is currently Wed Oct 15, 2025 11:49 am
<w:bookmarkStart w:id="0" w:name="_GoBack"/>
<w:bookmarkEnd w:id="0"/>
MainDocumentPart main = docx.getMainDocumentPart();
List<Object> bmList = getAllElementFromObject(main, CTBookmark.class);
CTBookmark bm = (CTBookmark) bmList.get(0);
System.out.println(bm.getName());
Total posts 10200 • Total topics 2872 • Total members 2100