J
John Ivory
I've been tasked with having to do some simple parsing of
PowerPoint files. The catch is, that I'm doing it in C/C++
on non-Windows machines. So far, so good.
But how/where does this SlideID concept creep in?
I understand what it's for and how it's used, and even
how to find it for a given slide via VBA. But... where
is a slide's SlideID actually discovered in the PPT file
itself? I see it referenced in a number of places
(ie. NotesAtoms), but never actually set.
Am I missing something?
Where else can I turn to get this granularity of knowledge?
Thanks
PowerPoint files. The catch is, that I'm doing it in C/C++
on non-Windows machines. So far, so good.
But how/where does this SlideID concept creep in?
I understand what it's for and how it's used, and even
how to find it for a given slide via VBA. But... where
is a slide's SlideID actually discovered in the PPT file
itself? I see it referenced in a number of places
(ie. NotesAtoms), but never actually set.
Am I missing something?
Where else can I turn to get this granularity of knowledge?
Thanks