I think the fastest way to add support for notes is reverse engineering. Create two simple files, one without notes and the other with notes, then dump the raw content with org.apache.poi.hslf.dev.PPTXMLDump and figure out where notes live.
You will need the PPT spec which you can download from http://msdn.microsoft.com/en-us/library/cc313105.aspx Yegor On Fri, Sep 2, 2011 at 12:20 PM, crazyjoelv <[email protected]> wrote: > Hi! > I'm working on some POI engine upgrades. As I understood, it's possible to > get notes for each presentation's slide without any problems (by using > getNotesSheet() method and then getting textRuns from it). It's working fine > in the majority of cases. > The thing I want to have is notes saving to the presentation. It looks like > there is setNotes(..) method implemented for Slide class, but it has no > effect. I'd like to ask some help - if this functionality still isn't > implemented, where should I start from? > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/ppt-Notes-tp4761497p4761497.html > Sent from the POI - Dev mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]
