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]
