Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Win32::OLE PowerPoint Notes pane

by zer (Deacon)
on Aug 23, 2007 at 18:18 UTC ( [id://634699]=perlquestion: print w/replies, xml ) Need Help??

zer has asked for the wisdom of the Perl Monks concerning the following question:

Good Day,

Im working on making an app that will take lesson plans from a word file and throw them into the instructors notes section of a powerpoint.

I already have the two programs reading what i need. I just cant locate the object that has the text in the notes pane.

If someone could help it will save my guys a lot of time. Thanks!!

Replies are listed 'Best First'.
Re: Win32::OLE PowerPoint Notes pane (Solution)
by zer (Deacon) on Aug 24, 2007 at 20:17 UTC
    Hey,

    I figured it out and im not going to keep you monks out of the golden gem.

    $ppt = ActivePresentation->Slides(1)->NotesPage->Shapes->Placeholders( +2)->TextFrame->TextRange->InsertAfter ("Added Text"); #ppt is the win +32::OLE module
    This was referenced off of the msdn Slide Range. It was somewhat hidden but i found her

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://634699]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-29 00:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found