I have seen mr Jason Harrop's code regarding image adding in a document. incase you havent seen it. here's the link:
http://www.docx4java.org/trac/docx4j/browser/trunk/docx4j/src/main/java/org/docx4j/samples/AddImage.java
and it works fine. but my question is. how do i position the image? or how do i place the image at the right side of the document. I think there might be a code where i can put spaces before the image to place it at the right side of the document. ...