You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Yousuf <yo...@gmail.com> on 2013/03/14 15:56:51 UTC

Getting OLE Objects from HWPF Doc

Hello,

I am looking to inspect the OLE objects from a given document.  
Using the getObjectsPool() method on the HWPFDocument gives 
me an ObjectsPool that I can call getObjectById(String) on, 
but that does not help me since I do not know the id. 

I modified the ObjectsPoolImpl locally and added a 
public Iterator<Entry> getObjects() method, and that 
seems to work for me, but is there another way? 
or should I propose this API be added?


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org