Previous - pptOpen Section Home - Microsoft PowerPoint Next - pptClose


pptSave ( )

Saves the active PowerPoint presentation opened by Rosetta

Usage:

pptSave (object me, string filePath )

Parameters:

filePath (string) - path to an save the active PowerPoint file

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta")New( )
xtRose.pptLaunch( )
xtRose.pptSetVisible( 1 )
xtRose.pptOpen( "C:\myPresentation.ppt" )
xtRose.pptSave( "C:\new.ppt" )

Notes:


Previous - pptOpen Section Home - Microsoft PowerPoint Next - pptClose