enum ClickAction in module com::sun::star::presentation::

(Global Index)

Syntax

enum ClickAction;

Description

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

Values Summary

NONE No action is performed on click.

PREVPAGE The presentation jumps to the previous page.

NEXTPAGE The presentation jumps to the next page.

FIRSTPAGE The presentation continues with the first page.

LASTPAGE The presentation continues with the last page.

BOOKMARK The presentation jumps to a bookmark.

DOCUMENT The presentation jumps to another document.

INVISIBLE The object renders itself invisible after a click.

SOUND A sound is played after a click.

VERB An ole verb is performed on this object.

VANISH The object vanishes with its effect.

PROGRAM Another program is executed after a click.

MACRO A star basic macro is executed after the click.

STOPPRESENTATION The presentation is stopped after the click.

Values Details



NONE

Syntax

NONE,

Description

No action is performed on click.


PREVPAGE

Syntax

PREVPAGE,

Description

The presentation jumps to the previous page.


NEXTPAGE

Syntax

NEXTPAGE,

Description

The presentation jumps to the next page.


FIRSTPAGE

Syntax

FIRSTPAGE,

Description

The presentation continues with the first page.


LASTPAGE

Syntax

LASTPAGE,

Description

The presentation continues with the last page.


BOOKMARK

Syntax

BOOKMARK,

Description

The presentation jumps to a bookmark.


DOCUMENT

Syntax

DOCUMENT,

Description

The presentation jumps to another document.


INVISIBLE

Syntax

INVISIBLE,

Description

The object renders itself invisible after a click.


SOUND

Syntax

SOUND,

Description

A sound is played after a click.


VERB

Syntax

VERB,

Description

An ole verb is performed on this object.


VANISH

Syntax

VANISH,

Description

The object vanishes with its effect.


PROGRAM

Syntax

PROGRAM,

Description

Another program is executed after a click.


MACRO

Syntax

MACRO,

Description

A star basic macro is executed after the click.


STOPPRESENTATION

Syntax

STOPPRESENTATION,

Description

The presentation is stopped after the click.

Top of Page