Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: animations ::
unpublished
constants group EventTrigger
Usage Restrictions
not published
Constants
NONE
Nothing triggers this event.
ON_BEGIN
ON_END
BEGIN_EVENT
This event is raised when the element local timeline begins to play.
It will be raised each time the element begins the active duration
(i.e. when it restarts, but not when it repeats).
END_EVENT
This event is raised at the active end of the element. Note that this
event is not raised at the simple end of each repeat.
ON_CLICK
ON_DBL_CLICK
ON_MOUSE_ENTER
ON_MOUSE_LEAVE
ON_NEXT
This event is raised when the user wants the presentation to go one step foreward.
ON_PREV
This event is raised when the user wants the presentation to go one step backward.
ON_STOP_AUDIO
REPEAT
This event is raised when the element local timeline repeats.
It will be raised each time the element repeats, after the first iteration.
Constants' Details
NONE
const short NONE = 0;
Description
Nothing triggers this event.
ON_BEGIN
const short ON_BEGIN = 1;
ON_END
BEGIN_EVENT
END_EVENT
ON_CLICK
const short ON_CLICK = 5;
ON_DBL_CLICK
const short ON_DBL_CLICK = 6;
ON_MOUSE_ENTER
const short ON_MOUSE_ENTER = 7;
ON_MOUSE_LEAVE
const short ON_MOUSE_LEAVE = 8;
ON_NEXT
const short ON_NEXT = 9;
Description
This event is raised when the user wants the presentation to go one step foreward.
ON_PREV
const short ON_PREV = 10;
Description
This event is raised when the user wants the presentation to go one step backward.
ON_STOP_AUDIO
const short ON_STOP_AUDIO = 11;
REPEAT
Top of Page 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.