On Mon, 27 Mar 2006, David Fisher wrote:
Does the PersistPtrHandler stuff have any ability to control the name of the slide as it appears in the PPT UI?

No. It just controls how PPT knows which is the latest version of a given slide, in a file that's been quick-saved a number of times (and so there are a number of copies of the slide about). It's a terrifying mapping of "sheet ID" (some internal record number, possibly not used anywhere else) to a byte offset inside the file.

If you could upload a PPT file to bugzilla with three slides, two of which have been named, then we ought to be able to search through to locate where abouts in the record structure the slide names get stored.

If we can find that, then either Yegor or myself ought to be able to come up with some code to alter the names

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to