Hi Darius, you can modify the xml data yourself, have a look at [1] at addTimingInfo(). There are probably better examples out there, but that's the first which came my mind.
So I would do the following: - Prepare a sample slideshow with the "Advance on time" transition - unzip the .pptx and have a look at the ppt\slides\slide1.xml - with the xmlobject of [1] you can define your own timing nodes from scratch - to compile it, you might need to use the full schema [2] Best wishes, Andi [1] http://pastebin.com/3kmT6ufk [2] http://poi.apache.org/faq.html#faq-N10025 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
