21 module
com { module sun { module star { module presentation {
82 void gotoNextEffect();
89 void gotoPreviousEffect();
93 void gotoFirstSlide();
103 void gotoPreviousSlide();
108 void gotoLastSlide();
112 void gotoBookmark( [in]
string Bookmark );
130 void gotoSlideIndex( [in]
long Index );
161 void blankScreen( [in]
long Color );
195 long getCurrentSlideIndex();
199 long getNextSlideIndex();
209 boolean isFullScreen();
245 void setEraseAllInk( [in]
boolean EraseAllInk );
double PenWidth
This attribute changes the width of the pen.
Definition: XSlideShowController.idl:238
sequence< ColorComponent > Color
Shorthand for the device-dependent color components, and easier to read.
Definition: Color.idl:23
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:30
Slide show interface to perform slide show presentations.
Definition: XSlideShow.idl:33
interface to control a running slide show.
Definition: XSlideShowController.idl:29
Definition: Ambiguous.idl:20
Listener interface to receive global slide show events.
Definition: XSlideShowListener.idl:28
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
boolean UsePen
If this is TRUE, a pen is shown during presentation.
Definition: XSlideShowController.idl:228
long PenColor
This attribute changes the color of the pen.
Definition: XSlideShowController.idl:232
boolean MouseVisible
If this attribute is TRUE, the mouse is visible during the slide show.
Definition: XSlideShowController.idl:221
identifies an XShapes as a DrawPage.
Definition: XDrawPage.idl:27
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:215