Hi, If your goal is to manage mail merge (replace field in your docx with Java value), you can see XDocReport <http://code.google.com/p/xdocreport/>.
Regards Angelo 2012/12/12 sreejithcools <[email protected]> > I created a document template (docx) , and added bookmark . > > my aim to replace the text along the bookmark . > > ex : > > [ bookmark]Hello World > > I am able to replace but , the text Hello World is still there . > When i debug the code , i found out that , the bookmarkEnd tag is > before the text Hello World . > How can i modify bookmark to change the bookmarkEnd tag to come after > the text Hello World . > > Please help . > > Sreejith > > > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/How-to-read-the-value-of-bookmarks-docx-tp5710184p5711688.html > Sent from the POI - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
