View Single Post
 
Old 10-10-2011, 04:10 PM
esender esender is offline Windows XP Office 2007
Novice
 
Join Date: Oct 2011
Posts: 2
esender is on a distinguished road
Default

I was able to find out how to edit the title text:

Code:
>> Slide.s2.Shapes.get
     Application: [1x1 Interface.Microsoft_PowerPoint_12.0_Object_Library._Application]
         Creator: 1.3479e+009
          Parent: [1x1 Interface.Microsoft_PowerPoint_12.0_Object_Library._Slide]
           Count: 4
        HasTitle: 'msoTrue'
           Title: [1x1 Interface.Microsoft_PowerPoint_12.0_Object_Library.Shape]
    Placeholders: [1x1 Interface.Microsoft_PowerPoint_12.0_Object_Library.Placeholders]
There are 4 shapes in this slide, but I can only seem to edit the Title shape. None of the other 3 shapes (all text boxes) can be found through the activex/com!

How do I access them?
Reply With Quote