Page 1 of 1

append text to docx4j document in java

PostPosted: Thu Apr 14, 2011 4:30 pm
by sandeepwe45
how to append a text to docx4j document in java

Re: append text to docx4j document in java

PostPosted: Thu Apr 14, 2011 6:10 pm
by Richard
Hi,

I recommend to read the Getting Started Guide first to get a feeling how docx4j works in general.

Then come back a post a more precise question, including information about your source document and what you want to achive.

Richard

P.S.: "Normal" text kann be found in a Paragraph (P), which contains a Run (R) and then the Text. A Text Object has a methode setValue(String s), which can be used to alter the text in it.

add image to docx4j document

PostPosted: Thu Apr 14, 2011 7:28 pm
by sandeepwe45
how add image to docx4j document ?