You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by akilag <ak...@gmail.com> on 2012/02/07 09:59:17 UTC

Reg Animation support in apache POI for ppt and pptx.

Hi,

Is the animation support available fully for ppt and pptx formats?.

I have seen some classes related to animation like AnimationInfo in HSLF
package.

How can we render the animation details in the ppt?



--
View this message in context: http://apache-poi.1045710.n5.nabble.com/Reg-Animation-support-in-apache-POI-for-ppt-and-pptx-tp5462573p5462573.html
Sent from the POI - User mailing list archive at Nabble.com.

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


Re: Reg Animation support in apache POI for ppt and pptx.

Posted by Yegor Kozlov <ye...@dinom.ru>.
There is no user-model API for animation. The best advice I can give
is to create a .pptx file with animatoin, unzip it and see what bits
of XML define animation properties.

Yegor

On Sun, Jun 17, 2012 at 2:07 AM, rohit_sh1 <ro...@yahoo.ca> wrote:
> Hello Yegor,
>
> I was wondering if there is any update on the support of animation in .pptx
> files. Basically I am merging two or more files that have music and possibly
> other animations.
>
> Is there any low level classes that I could potentially use to do the job.
>
> Please advise asap.
>
> Thanks
>
> Rohit
>
> --
> View this message in context: http://apache-poi.1045710.n5.nabble.com/Reg-Animation-support-in-apache-POI-for-ppt-and-pptx-tp5462573p5710218.html
> Sent from the POI - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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


Re: Reg Animation support in apache POI for ppt and pptx.

Posted by rohit_sh1 <ro...@yahoo.ca>.
Hello Yegor,

I was wondering if there is any update on the support of animation in .pptx
files. Basically I am merging two or more files that have music and possibly
other animations.

Is there any low level classes that I could potentially use to do the job.

Please advise asap.

Thanks

Rohit

--
View this message in context: http://apache-poi.1045710.n5.nabble.com/Reg-Animation-support-in-apache-POI-for-ppt-and-pptx-tp5462573p5710218.html
Sent from the POI - User mailing list archive at Nabble.com.

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


Re: Reg Animation support in apache POI for ppt and pptx.

Posted by Yegor Kozlov <ye...@dinom.ru>.
Yes. With this object you can embed mp3 and wmf video files in a .ppt file.

Yegor

On Tue, Feb 7, 2012 at 2:41 PM, akilag <ak...@gmail.com> wrote:
> MovieShape is mainly for adding video in ppt?
>
> --
> View this message in context: http://apache-poi.1045710.n5.nabble.com/Reg-Animation-support-in-apache-POI-for-ppt-and-pptx-tp5462573p5462786.html
> Sent from the POI - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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


Re: Reg Animation support in apache POI for ppt and pptx.

Posted by akilag <ak...@gmail.com>.
MovieShape is mainly for adding video in ppt?

--
View this message in context: http://apache-poi.1045710.n5.nabble.com/Reg-Animation-support-in-apache-POI-for-ppt-and-pptx-tp5462573p5462786.html
Sent from the POI - User mailing list archive at Nabble.com.

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


Re: Reg Animation support in apache POI for ppt and pptx.

Posted by Yegor Kozlov <ye...@dinom.ru>.
On Tue, Feb 7, 2012 at 12:59 PM, akilag <ak...@gmail.com> wrote:
> Hi,
>
> Is the animation support available fully for ppt and pptx formats?.
>

No. Animation is not yet supported.

> I have seen some classes related to animation like AnimationInfo in HSLF
> package.
>

For now animation records in HSLF are used only to create instances of
MovieShape. All other use cases are not supported.

> How can we render the animation details in the ppt?
>

Post your use case.

Yegor

>
>
> --
> View this message in context: http://apache-poi.1045710.n5.nabble.com/Reg-Animation-support-in-apache-POI-for-ppt-and-pptx-tp5462573p5462573.html
> Sent from the POI - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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