Hello,
i am using the attached template to generate a docx document.
First of all i am replacing the value in side "{}" withreal value.
The second step is the replacement of value inside a Table.
The problem is that i cant detect paragraph when in a Table is.
This tutorial helped me a lot.
http://www.smartjava.org/content/create-complex-word-docx-documents-programatically-docx4j I can now replace value wi this method :
MainDocumentPart documentPart = template.getMainDocumentPart();
HashMap<String, String> mappings = new ...