[java ee programming] Re: Need a help...

2009-10-11 Thread vodkhang
Yeah, you can use Apache POI to parse and manipulate word 2003 data. Download the library and take a look at the API here http://poi.apache.org/ On Oct 11, 7:41 pm, "James Boswell" wrote: > Hi, > > The Javadocs for Apache POI can be found here: > > http://poi.apache.org/apidocs/index.html > > I h

[java ee programming] Re: Need a help...

2009-10-11 Thread James Boswell
Hi, The Javadocs for Apache POI can be found here: http://poi.apache.org/apidocs/index.html I had a quick look at this. If you call getRange() on the HWPFDocument object, this will return a Range object covering the whole document (apart from headers and footers). On this Range object,