Z
Ze Seb
Hi all,
On powerpoint XP, I've seen there is a fabulous function which can be
applied on a shape. This function is rightclick / SaveAs... (not sure
of the exact text because I've a french version of powerpoint).
I've seen that in VBA the function is called export (appear in the VBA
help file but not documented), but it does not appear in the function
list while I put a . after a shape variable. But if I put the function
anyway, vba works and export my shape as an image... wow cool... But
the problem is that I am in C++ automation, and this function is not
accessible in the generated Shape class. I've parse the generated
msppt.tlh and the function is present in the Shape class as virtual,
like all others, but is not present in the final msppt.h.
So my question is : Is there a way to access this function in the
msppt.h or is impossible in c++?
This function is very very usefull for me as I want to export each
shape as an image. For now I export the slide as HTML and search each
shape in the generated images... I know it's not the good way...
Thanks for your help,
Ze Seb
On powerpoint XP, I've seen there is a fabulous function which can be
applied on a shape. This function is rightclick / SaveAs... (not sure
of the exact text because I've a french version of powerpoint).
I've seen that in VBA the function is called export (appear in the VBA
help file but not documented), but it does not appear in the function
list while I put a . after a shape variable. But if I put the function
anyway, vba works and export my shape as an image... wow cool... But
the problem is that I am in C++ automation, and this function is not
accessible in the generated Shape class. I've parse the generated
msppt.tlh and the function is present in the Shape class as virtual,
like all others, but is not present in the final msppt.h.
So my question is : Is there a way to access this function in the
msppt.h or is impossible in c++?
This function is very very usefull for me as I want to export each
shape as an image. For now I export the slide as HTML and search each
shape in the generated images... I know it's not the good way...
Thanks for your help,
Ze Seb