On Wed, 11 Sep 2013, dharmaraja wrote:
I'm a newbie with Apache POI and I was in need to know a thing: is it possible to retrieve the page index of an element (i.e. a table) inside a .DOC file?
The .doc format is a run-based format, not a page-based format (it's not like pdf or ppt). The only way to know what page something is on is to render the whole file based on the fonts, page settings, printer settings etc. Page info isn't in the file format
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
