(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: animations ::

unpublished constants group AnimationRestart
Usage Restrictions
not published
Description
defines the restart behaviour
See also
XTiming::Restart, XTiming::RestartDefault, http://www.w3.org/TR/smil20/smil-timing.html#adef-restart

Constants
DEFAULT The restart behavior for the element is determined by the value of the ::XTiming::RestartDefault attribute. This is the default value for the ::XTiming::Restart attribute.  
INHERIT Specifies that the value of this attribute (and of the restart behavior) are inherited from the ::XTiming::RestartDefault value of the parent element. If there is no parent element, the value is AnimationRestart::ALWAYS. This is the default value for the ::XTiming::RestartDefault attribute.  
ALWAYS The element can be restarted at any time.  
WHEN_NOT_ACTIVE The element can only be restarted when it is not active (i.e. it can be restarted after the active end). Attempts to restart the element during its active duration are ignored.  
NEVER The element cannot be restarted for the remainder of the current simple duration of the parent time container.  
Constants' Details
DEFAULT
const short DEFAULT = 0;
Description
The restart behavior for the element is determined by the value of the ::XTiming::RestartDefault attribute. This is the default value for the ::XTiming::Restart attribute.
INHERIT
const short INHERIT = 0;
Description
Specifies that the value of this attribute (and of the restart behavior) are inherited from the ::XTiming::RestartDefault value of the parent element. If there is no parent element, the value is AnimationRestart::ALWAYS. This is the default value for the ::XTiming::RestartDefault attribute.
ALWAYS
const short ALWAYS = 1;
Description
The element can be restarted at any time.
WHEN_NOT_ACTIVE
const short WHEN_NOT_ACTIVE = 2;
Description
The element can only be restarted when it is not active (i.e. it can be restarted after the active end). Attempts to restart the element during its active duration are ignored.
NEVER
const short NEVER = 3;
Description
The element cannot be restarted for the remainder of the current simple duration of the parent time container.
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.