:: com :: sun :: star :: presentation ::
|
unpublished |
interface XPresentation2 |
|
|
- Base Interfaces
XPresentation2
┣ XPresentation
┗ ::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
- OpenOffice 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
- Description
- returns true if the slideshow is currently running
|
|
getController
- Description
- if the slideshow is running, this returns a controler object to
control the running slideshow.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.