You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Trejkaz <tr...@trypticon.org> on 2013/03/20 03:44:12 UTC

Did POI 3.8 or 3.9 change how to get all text runs in HSLF?

Hi all.

I have a test which verifies that Sheet.getTextRuns() returns runs
which contain all the text in the PowerPoint file.

On upgrading from POI 3.7 to 3.9, this test now fails. Before
immediately rushing in and creating a bug record, is this an
intentional change? (Perhaps getTextRuns() simply no longer returns
*all* runs of text?)

I can't find anything particularly odd about the file but it's a test
file created ourselves so if this is a bug, I can provide a sample.

TX

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


Re: Did POI 3.8 or 3.9 change how to get all text runs in HSLF?

Posted by Philip Persad <ph...@gmail.com>.
Is this the bug you're referring to:

https://issues.apache.org/bugzilla/show_bug.cgi?id=54722

I've also had issues with extracting text from tables inside .ppt files.

On Tue, Mar 19, 2013 at 7:44 PM, Trejkaz <tr...@trypticon.org> wrote:
> Hi all.
>
> I have a test which verifies that Sheet.getTextRuns() returns runs
> which contain all the text in the PowerPoint file.
>
> On upgrading from POI 3.7 to 3.9, this test now fails. Before
> immediately rushing in and creating a bug record, is this an
> intentional change? (Perhaps getTextRuns() simply no longer returns
> *all* runs of text?)
>
> I can't find anything particularly odd about the file but it's a test
> file created ourselves so if this is a bug, I can provide a sample.
>
> TX
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
> For additional commands, e-mail: user-help@poi.apache.org
>

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