Hi,
I'd like to programmatically add a caption to an image that is also inserted using docx4j.
So far I am using an example based on the code given in http://vixmemon.blogspot.com/2013/04/do ... -with.html.
It works fine to add the image in the document.
Now I want to customize the image, first I am setting the size of the image by adding the following lines in the private "P addInlineImageToParagraph(Inline ...