LibreOffice
LibreOffice 6.0 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_presentation_XSlideShowController_idl__
20 #define __com_sun_star_presentation_XSlideShowController_idl__
28 module
com { module sun { module star { module presentation {
89 void gotoNextEffect();
96 void gotoPreviousEffect();
100 void gotoFirstSlide();
105 void gotoNextSlide();
110 void gotoPreviousSlide();
115 void gotoLastSlide();
119 void gotoBookmark( [in]
string Bookmark );
137 void gotoSlideIndex( [in]
long Index );
168 void blankScreen( [in]
long Color );
202 long getCurrentSlideIndex();
206 long getNextSlideIndex();
216 boolean isFullScreen();
boolean MouseVisible
If this attribute is TRUE, the mouse is visible during the slide show.
Definition: XSlideShowController.idl:228
sequence< ColorComponent > Color
Shorthand for the device-dependent color components, and easier to read.
Definition: Color.idl:28
boolean AlwaysOnTop
If this attribute is set to TRUE, the window of the slide show is always on top of all other windows.
Definition: XSlideShowController.idl:222
long PenColor
This attribute changes the color of the pen.
Definition: XSlideShowController.idl:239
Slide show interface to perform slide show presentations.
Definition: XSlideShow.idl:48
Listener interface to receive global slide show events.
Definition: XSlideShowListener.idl:32
double PenWidth
This attribute changes the width of the pen.
Definition: XSlideShowController.idl:245
Definition: Ambiguous.idl:22
interface to control a running slide show.
Definition: XSlideShowController.idl:36
identifies an XShapes as a DrawPage.
Definition: XDrawPage.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:29
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:34
boolean UsePen
If this is TRUE, a pen is shown during presentation.
Definition: XSlideShowController.idl:235