Hi ,
I have been trying to use docx4j to prepare a word document with two column layout .
I installed docx4j helper word AddIn and then prepared one page word doc manually and then generated java code for the same.
Tried to run that java code to see if it can give me similar the doc document resembling the one that I prepared manually. All i am trying to do is to get myself familiarise with doc4j library.
But, the word doc prepared out of java code generated is not having the same layout.
Can any one one please help me. Anything I am doing wrong here .
Precisely, I need to build a word doc that need to have a couple of regular paragraphs with text and then to have text in two columns( with different width for two columns ) .After that , need to have a regular paragraph with text and then again need to have text in two columns.