Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 561b71d6bc68fd08a952745d06b60112 > files > 675

openoffice.org-devel-doc-3.1.1-0.4mdvmes5.1.i586.rpm

<html>
<head>
<title>Constants' Group EventTrigger</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#Constants" class="navisub">Constants</a></td>
<td class="navisub"><a href="#ConstantDetails" class="navisub">Constants' Details</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">animations</a> :: </p>
</td>
</tr>
<tr>
<td class="title"><table class="title-table" width="99%">
<tr>
<td width="25%" class="title2">unpublished </td>
<td width="50%" class="title">constants group EventTrigger</td>
<td width="*"/></tr>
</table>
</td>
</tr>
<tr>
<td><dl></dl>
</td>
</tr>
</table>
<hr>
<a name="Constants"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constants</td>
</tr>
<tr>
<td class="imsum_left"><a href="#NONE">NONE</a></td>
<td class="imsum_right">Nothing triggers this event.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ON_BEGIN">ON_BEGIN</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ON_END">ON_END</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#BEGIN_EVENT">BEGIN_EVENT</a></td>
<td class="imsum_right">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).

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#END_EVENT">END_EVENT</a></td>
<td class="imsum_right">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.

 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ON_CLICK">ON_CLICK</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ON_DBL_CLICK">ON_DBL_CLICK</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ON_MOUSE_ENTER">ON_MOUSE_ENTER</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ON_MOUSE_LEAVE">ON_MOUSE_LEAVE</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ON_NEXT">ON_NEXT</a></td>
<td class="imsum_right">This event is raised when the user wants the presentation to go one step foreward.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ON_PREV">ON_PREV</a></td>
<td class="imsum_right">This event is raised when the user wants the presentation to go one step backward.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ON_STOP_AUDIO">ON_STOP_AUDIO</a></td>
<td class="imsum_right">&nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#REPEAT">REPEAT</a></td>
<td class="imsum_right">This event is raised when the element local timeline repeats.
 It will be raised each time the element repeats, after the first iteration.

 &nbsp;</td>
</tr>
</table>
<a name="ConstantDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Constants' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="NONE" class="membertitle">NONE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>NONE</b> = 0;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>Nothing triggers this event.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ON_BEGIN" class="membertitle">ON_BEGIN</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ON_BEGIN</b> = 1;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ON_END" class="membertitle">ON_END</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ON_END</b> = 2;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="BEGIN_EVENT" class="membertitle">BEGIN_EVENT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>BEGIN_EVENT</b> = 3;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>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).

 </dd>
<dt><b/></dt>
<dd/></dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="END_EVENT" class="membertitle">END_EVENT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>END_EVENT</b> = 4;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>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.

 </dd>
<dt><b/></dt>
<dd/></dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ON_CLICK" class="membertitle">ON_CLICK</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ON_CLICK</b> = 5;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ON_DBL_CLICK" class="membertitle">ON_DBL_CLICK</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ON_DBL_CLICK</b> = 6;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ON_MOUSE_ENTER" class="membertitle">ON_MOUSE_ENTER</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ON_MOUSE_ENTER</b> = 7;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ON_MOUSE_LEAVE" class="membertitle">ON_MOUSE_LEAVE</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ON_MOUSE_LEAVE</b> = 8;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ON_NEXT" class="membertitle">ON_NEXT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ON_NEXT</b> = 9;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This event is raised when the user wants the presentation to go one step foreward.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ON_PREV" class="membertitle">ON_PREV</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ON_PREV</b> = 10;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This event is raised when the user wants the presentation to go one step backward.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ON_STOP_AUDIO" class="membertitle">ON_STOP_AUDIO</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>ON_STOP_AUDIO</b> = 11;<hr>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="REPEAT" class="membertitle">REPEAT</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const short <b>REPEAT</b> = 12;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This event is raised when the element local timeline repeats.
 It will be raised each time the element repeats, after the first iteration.

 </dd>
<dt><b/></dt>
<dd/></dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2010 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>