Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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 slideshow.
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 slideshow with the given arguments. All arguments overide the values from Presentation  
isRunning returns true if the slideshow is currently running  
getController if the slideshow is running, this returns a controler object to control the running slideshow.  
Methods' Details
startWithArguments
void
startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue >  Arguments );

Description
start the slideshow with the given arguments. All arguments overide the values from Presentation
isRunning
boolean
isRunning();

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

Description
if the slideshow is running, this returns a controler object to control the running slideshow.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.