Re: RES: Extracting Tables from PowerPoint

2006-08-15 Thread Yegor Kozlov
If you need the text in cells use TextRun.getText(). Does it return the correct text? TextRun.getRichTextRuns() is supposed to return an array of runs of text with the same styling. The size of the array of RichTextRuns should be greater than 0. Could you attach your ppt file and we will look at

How to add comment into cells

2006-08-15 Thread Sam Hwang
Hi, How to insert comment in a cell? thx! Regards, Sam Huang - 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/

Re: Problem Extracting Text from MS Word

2006-08-15 Thread Nick Burch
On Tue, 15 Aug 2006, [EMAIL PROTECTED] wrote: The problem is I also get text from internal information of MSWord, for example, the hyperlinks like this: "4.1- Introducción PAGEREF _Toc142772733 \h 31 HYPERLINK \l "_Toc142772734" 4.2- Apple webobjects PAGEREF _Toc142772734 \h 32" Can you give