Hi there, i'm currently new to Docx4J so i'm trying to explain as correct as I can what problem I face.
And sorry for my bad english terms or words.
In my code I create a wordMLPackage.getMainDocumentPart().addParagraphOfText(champ1.getText().toString()); ( sheet word ).
Its refers to some EditText i've put in my Layout. I've found on google an image loader method and it's works with a boutton. I can load my image into my view with an ...