Hi all,
New to docx4j, new to JAXB.
I want to remove some text and, in that place, add an image.
Looking at the samples and quick start guide, I've managed to open my docx file and find the text node(s) using xpath.
I've got the JAXB text nodes .. I just don't know what to do now.
Should I delete the existing text node and insert a new paragraph node? Should I change the existing text node to be a paragraph node? Not sure how to do either of these.
Thanks for any pointers,
-d