Hi,
I am generating XML code for my document and after generating input code I am clicking on the node to look at the respective java code.
But when I am using generated java code then output formatting is different than input applied. I have attached input and output documents.
Following is the code which got generated from online webapp.
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.createPackage();
// Generated code starts
org.docx4j.wml.ObjectFactory wmlObjectFactory = new org.docx4j.wml.ObjectFactory();
Document document ...