Use ooxml-schemas.jar instead of poi-ooxml-scemas-3.8-beta4-20110826jar: http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22ooxml-schemas%22
poi-ooxml-schemas is truncated, it contains only classes used by POI. Since CTSlideTiming and CTSlideTransition are not used in POI (for now) they are not included. Yegor On Wed, Nov 2, 2011 at 3:09 PM, <[email protected]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
