:: com :: sun :: star :: presentation ::

unpublished interface XPresentation2
Base Interfaces
XPresentation2XPresentation
┗ ::com::sun::star::beans::XPropertySet

XPresentation
Description
allows to start and stop the presentation.
::com::sun::star::beans::XPropertySet
Description
gives access to the properties of the slide show.
Usage Restrictions
not published
Description
enhances the XPresentation interface to give access to a XSlideShowController and to start a presentation with arguments.
Since
OOo 3.0

Methods' Summary
startWithArguments start the slide show with the given arguments. All arguments override the values from Presentation  
isRunning returns true if the slide show is currently running  
getController if the slide show is running, this returns a controller object to control the running slide show.  
Methods' Details
startWithArguments
void
startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue >  Arguments );

Description
start the slide show with the given arguments. All arguments override the values from Presentation
isRunning
boolean
isRunning();

Description
returns true if the slide show is currently running
getController
XSlideShowController
getController();

Description
if the slide show is running, this returns a controller object to control the running slide show.
Top of Page