Methods' Details |
isRunning
- Description
- returns true if the slideshow is still running.
If this returns false, this component is already disposed.
You can start a new slideshow and get a new instance
of XSlideShowController from XPresentation2
|
|
getSlideCount
|
getSlideByIndex
- Description
- gives access to the slides that will be shown in this slideshow.
Slides are returned in the order they will be displayed in the
presentation which can be different than the orders of slides in
the document. Not all slides must be present and each slide can
be used more than once.
- Returns
- the slide at the specified index.
- Parameter Index
- specifies the position in the list of slides that are displayed
in this slideshow. The first index is 0.
- Throws
- com::sun::star::lang::IndexOutOfBoundException
if the index is not valid.
|
|
addSlideShowListener
- Description
- addes a listener that recieves events while the slideshow is running.
|
|
removeSlideShowListener
- Description
- removes a listener.
|
|
gotoNextEffect
- Description
- start next effects that wait on a generic trigger.
If no generic triggers are waiting the next
slide will be displayed.
|
|
gotoPreviousEffect
void |
gotoPreviousEffect(); |
- Description
- undo the last effects that where triggered by a generic trigger.
If there is no previous effect that can be undone then the
previous slide will be displayed.
|
|
gotoFirstSlide
- Description
- goto and display first slide
|
|
gotoNextSlide
- Description
- goto and display next slide.
Remaining effects on the current slide will be skiped.
|
|
gotoPreviousSlide
void |
gotoPreviousSlide(); |
- Description
- goto and display previous slide.
Remaining effects on the current slide will be skiped.
|
|
gotoLastSlide
- Description
- goto and display last slide.
Remaining effects on the current slide will be skiped.
|
|
gotoBookmark
void |
gotoBookmark( |
[in] string |
Bookmark ); |
- Description
- goto the given textual bookmark
|
|
gotoSlide
- Description
- jumps to the given slide.
The slide can also be a slide that would normaly not be shown during
the current slideshow.
- Throws
- com::sun::star::lang::IllegalArgumentException
if the given page is not a valid slide of the document for
which this slideshow is started. Also not allowed are master,
notes and handout pages.
|
|
gotoSlideIndex
void |
gotoSlideIndex( |
[in] long |
Index ); |
- Description
- jumps to the slide at the given index.
|
|
stopSound
- Description
- stop all currently played sounds
|
|
pause
- Description
- pauses the slideshow. All effects are paused.
The slideshow continues on next user input or if
resume is called.
|
|
resume
- Description
- resumes a paused slideshow.
|
|
isPaused
- Description
- returns true if the slideshow is currently paused.
- See also
- pause, resume
|
|
blankScreen
void |
blankScreen( |
[in] long |
Color ); |
- Description
- pauses the slideshow and blanks the screen in the given color.
Change attribute Pause to false to unpause
the slideshow.
|
|
activate
|
deactivate
- Description
- can be called to deactivate the user interface of this slideshow.
A deactivated
- See also
- activate(), isActive()
|
|
isActive
- Description
- determines if the slideshow is active.
- Returns
- true for UI active slideshow
false otherwise
|
|
getCurrentSlide
- Description
- returns slide that is currently displayed
|
|
getCurrentSlideIndex
long |
getCurrentSlideIndex(); |
- Description
- returns the index of the current slide.
|
|
getNextSlideIndex
long |
getNextSlideIndex(); |
- Description
- the index for the slide that is displayed next.
|
|
isEndless
- Description
- returns true if the slideshow was started to run endlessly.
|
|
isFullScreen
- Description
- Returns true if the slideshow was started in full-screen mode.
|
|
getSlideShow
- Description
- returns the actuall XSlideShow instance that runs the
slideshow.
Normaly all navigation should be done using this controller and
not the XSlideShow itself.
|
|
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.