search for: slidetitlehanlde

Displaying 1 result from an estimated 1 matches for "slidetitlehanlde".

2010 Oct 01
0
Populating values in a PowerPoint table
...select a table slide myPres$Current.Slide <- comInvoke(comGetProperty(myPres$pres, "Slides"),"Add", comGetProperty(comGetProperty(myPres$pres, "Slides"), "Count") + 1, 4) comInvoke(myPres$Current.Slide, "Select") # populate the slide's title slideTitleHanlde <- comGetProperty(comGetProperty(comGetProperty(comGetProperty(myPres$Current.Slide, "Shapes"), "Title"), "TextFrame"), "TextRange") comSetProperty(slideTitleHanlde, "Text", "Table Slide Title") # Add table to current slide myShapes &l...