LibreOffice
LibreOffice 24.2 SDK API Reference
|
With this interface you can control any object that implements a Presentation. More...
import"XPresentation.idl";
Public Member Functions | |
void | start () |
The presentation is shown in full-screen and started from the beginning. More... | |
void | end () |
The presentation is stopped and the full-screen mode will end. More... | |
void | rehearseTimings () |
Starts the presentation from the beginning and shows the actual running time to the user. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
With this interface you can control any object that implements a Presentation.
void end | ( | ) |
The presentation is stopped and the full-screen mode will end.
void rehearseTimings | ( | ) |
Starts the presentation from the beginning and shows the actual running time to the user.
void start | ( | ) |
The presentation is shown in full-screen and started from the beginning.