Obtains the speaker notes pertaining to the active slide
Usage:
pptSlideNotes (object me )
Parameters:
None
Returns:
(list of strings) - each string item in the return list pertains to each section of the speaker notes
Example:
xtRose = xtra("Rosetta").new( )
xtRose.pptLaunch( )
xtRose.pptSetVisible( 1 )
xtRose.pptOpen( "C:\myPresentation.ppt" )
xtRose.pptGo( 3 )
strLst_notes = xtRose.pptSlideNotes( )
Notes:
Through PowerPoint user interface, the end user is only allowed to type one section of speaker notes. Internally, PowerPoint's data structure allows for the possibility of multiple sections of speaker notes for each slide.