You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Yegor Kozlov <ye...@dinom.ru> on 2012/09/03 14:27:51 UTC

Re: Is there method to get chart count in MS2003 PPT file

If you need to read chart properties then the answes is no, you can't
do that. OLEShape returns you a stream with chart data and your
application need to make sense of it.

Yegor

On Mon, Sep 3, 2012 at 1:12 PM, dongjun zong <zo...@gmail.com> wrote:
> Hi all,
>      I am use POI try to get the chart count in MS2003 PPT file, but only
> can get information that chart is OLEShape, is there any method that can
> get chart get in a ppt file?
>
> --
> Thanks!
> Regards,
> DongJun Zong

Re: Is there method to get chart count in MS2003 PPT file

Posted by dongjun zong <zo...@gmail.com>.
Is there method analyze the OLEShape stream?

2012/9/3 Yegor Kozlov <ye...@dinom.ru>

> If you need to read chart properties then the answes is no, you can't
> do that. OLEShape returns you a stream with chart data and your
> application need to make sense of it.
>
> Yegor
>
> On Mon, Sep 3, 2012 at 1:12 PM, dongjun zong <zo...@gmail.com> wrote:
> > Hi all,
> >      I am use POI try to get the chart count in MS2003 PPT file, but only
> > can get information that chart is OLEShape, is there any method that can
> > get chart get in a ppt file?
> >
> > --
> > Thanks!
> > Regards,
> > DongJun Zong
>



-- 
Thanks!
Regards,
DongJun Zong