On Thu, 23 Sep 2010, Zachary Mitchell wrote:
HWPFDocument document = new HWPFDocument(fileSystem);
Field _dataStream = document.getClass().getDeclaredField("_dataStream");

_dataStream is protected. Just create your own subclass of HWPFDocument and you can get at it

But, if you're still interested in pictures, you'll want the PictureTable instead, rather than the raw stream

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to