Hi all,
i wrote a programm that iterates over all slides of a presentation and
saves all the data of its elements (raw text of TextBoxes/AutoShapes,
binary data of Pictures, etc) in some other place.
now i want to "rebuild" the presentation with those elements.
So my question is what fields/objects must i save that the rebuilded
presentation looks like the original one?
For now, im just talking about TextBoxes and AutoShapes, but i dont mind
any answer that helps with other Shape-objects too :)
When i save all the fields from my RichTextRun and Shape-objects i have
getter/setter-Methods for (eg. fontname/size, bold, italic... margin,
alignment...) it doesnt look the same.
if i write my original created SlideShow-object out to the filesystem,
it looks like the original presenation... So i think i just miss to save
some fields...
Maybe theres a way to marshal/unmarshal the objects needed to format the
presentation, so i dont have to handle with alot of fields...
Since i dont know alot about mastersheets and i read that POI dont know
much either, i dont know what can be handled through it...
greetings,
Felix
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]