Hi Yegor,

Thanks a lot for pointing me to the demos. I wrote a simple file that tries
to parse the bullets.ppt created by BulletDemo.java, using RichTextRun.
However, there are two problems:
1. The bullets are captured as a single RichTextRun
as
"January
February
March
April"
where as my goal is to treat them separately, as
"January"
"February"
"March"
"April".
How can I achieve this?

2. The Slide.getTextRuns() returns two identical text runs. After opening
the bullets.ppt with MS PowerPoint, I did see two text boxes with identical
text. Any ideas?

Best,
Yuan


On Mon, Jun 4, 2012 at 8:12 AM, Yegor Kozlov <[email protected]> wrote:

> Have a look at the HSLF usermodel API. Examples can be found in the
> POI source code:
>
> https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/hslf/examples/
>
> Yegor
>
> On Mon, Jun 4, 2012 at 3:05 AM, Yuan Luo <[email protected]>
> wrote:
> > Hi All,
> > I am new to the POI tool, after trying it out I only found
> > PowerPointExtractor.getText which reads the entire powerpoint file. Is
> > there a utility that reads powerpoint slide by slide?
> >
> > Many thanks,
> > Yuan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to