I looked at the HWPF APIs but can't find any class correspondent for "OLE objects" , could you please instruct me further on which class should I use for extracting "OLE objects" from a HWPF document?
On Thu, Jul 28, 2011 at 9:39 PM, Carl Lee <[email protected]> wrote: > I don't know how to insert images into PPT already, but there's an example > for that in the source code, I'll look into that. So thank you very much for > replying, I'll try extract OLE objects from my document, I'll let you know > if I encountered any more problem. > > > On Thu, Jul 28, 2011 at 1:30 AM, Sergey Vladimirov <[email protected]>wrote: > >> Carl Lee, >> >> Each equation is OLE object, more specifically MathType Equation OLE >> object. You can extract those OLE objects from Word document and/or >> you can extract image related to particular equation. >> >> Do you know how to insert image into PPT already? >> >> Best regards, >> Sergey >> >> On Wed, Jul 27, 2011 at 12:55 PM, Carl Lee <[email protected]> wrote: >> > I am trying to use "Apache POI" to extract embedded equation and text >> from a >> > .doc MS Word file into a .ppt MS Powerpoint file, I have successfully >> > extracted text, but how do I extract embedded equations? >> > >> > the Embedded Equations comes out like this if I only extract it as text: >> > >> > !!EMBED Equation.3 >> > >> >> >> >> -- >> Sergey Vladimirov >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
