Re: How to read the value of bookmarks? (docx)

2012-06-18 Thread unreal
btw, i changed a little bit: unreal wrote > > ... > public String procParasForBookmarkText(List paraList, > String bookmarkName) throws XmlException, IOException { > Iterator paraIter = null; > XWPFParagraph para = null; > Lis

Re: How to read the value of bookmarks? (docx)

2012-06-17 Thread unreal
Hi Mark, Thank you very much for this informations ! :) With your instructions i could read out the bookmarks and solve my problem. Thx and goodbye -- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-to-read-the-value-of-bookmarks-docx-tp5710184p5710220.html Sent from

How to readthe value of bookmarks? (docx)

2012-06-14 Thread unreal
Hello everyone, Could anyone show me how the read the value of bookmarks (docx)? Not to replace them with content. Simply read the content of the bookmarks. On .doc files there is no problem, but i dont know how to do it with docx... Please help if you're able to best regards unreal --