Hi all, I am searching for a way to extract language information from .ppt documents that corresponds to specific bits of text. Googling up and searching both through scratchpad hslf code and file format specs from wotsit gave me no useful information. The thing i learned however is that it is altogether different from .doc documents, where i have successfully carried out this task in the past. Any pointers at all would be appreciated. In an attempt to be more specific, from my understanding, I need to grab record with type 4010, which the code at Sheet.java in method findTextRuns() just skips as "Safe to ignore". Is this stored and parsed somewhere that i missed, or must i do all the parsing myself? In such a case, could you please provide me with some pointers as to where to begin?
Thanks in advance for any help. Chris Gioran --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
