Top   Module   Use   Manual   Index 

com :: sun :: star :: presentation ::

enum ClickAction


Description
This enumeration specifies the actions which can be processed when a user clicks on an object.


Values

NONE
Description
No action is performed on click.
PREVPAGE
Description
The presentation jumps to the previous page.
NEXTPAGE
Description
The presentation jumps to the next page.
FIRSTPAGE
Description
The presentation continues with the first page.
LASTPAGE
Description
The presentation continues with the last page.
BOOKMARK
Description
The presentation jumps to a bookmark.
DOCUMENT
Description
The presentation jumps to another document.
INVISIBLE
Description
The object renders itself invisible after a click.
SOUND
Description
A sound is played after a click.
VERB
Description
An ole verb is performed on this object.
VANISH
Description
The object vanishes with its effect.
PROGRAM
Description
Another program is executed after a click.
MACRO
Description
A star basic macro is executed after the click.
STOPPRESENTATION
Description
The presentation is stopped after the click.
Top of Page