Thanks for your answer. I try it and i have a new problem.
I think is a bug in the openxml-schema generation process. i can't use the getTiming() and getTransition() methods from CTSlide because classes CTSlideTransition and CTSlideTiming doesn't exists in poi-ooxml-scemas-3.8-beta4-20110826jar. flagadajones ----- Mail Original ----- De: "Yegor Kozlov" <[email protected]> À: "POI Users List" <[email protected]> Envoyé: Mercredi 2 Novembre 2011 08h17:00 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: PPTX and Animated Slide We don't have a usermodel API for this, but you can grab the slide XML and figure out how animation is handled. Something like this: XSLFSlide slide ; CTSlide xml = slide.getXmlObject(); // xml bean that holds slide xml // TODO navigate over xml and fugure out how animation is handled Yegor On Tue, Nov 1, 2011 at 8:30 PM, <[email protected]> wrote: > Hi, > > Is it possible to get all defined steps in animated PPTX slide? > > thanks > > flagadajones > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
