|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
import "XAnimationNode.idl";
Public Types | |
| typedef sequence< ::com::sun::star::beans::NamedValue > | UserData |
Public Attributes | |
| short | Type |
| a value from AnimationNodeType. | |
| any | Begin |
| a sequence of values that define the beginning of this element Begin is | |
| any | Duration |
| defines the length of the simple duration. | |
| any | End |
| a sequence of values that define the ending of this element End is | |
| any | EndSync |
| controls the implicit duration of time containers, as a function of the children. | |
| any | RepeatCount |
| the number of iterations of the simple duration. | |
| any | RepeatDuration |
| the total duration for repeat. | |
| short | Fill |
| the attribute that specify the behavior how an element should be extended beyond the active duration by freezing the final state of the element. | |
| short | FillDefault |
| the default value for the fill behavior for this element and all descendants. | |
| short | Restart |
| defines the restart behavior of this element. | |
| short | RestartDefault |
| defines the default restart behavior for this element and all descendants. | |
| double | Acceleration |
| defines the acceleration for this element. | |
| double | Decelerate |
| defines the deceleration for this element. | |
| boolean | AutoReverse |
| defines the auto reverse settings for this element. | |
Additional Inherited Members | |
| Public Member Functions inherited from XChild | |
| com::sun::star::uno::XInterface | getParent () |
| grants access to the object containing this content. | |
| void | setParent ([in] com::sun::star::uno::XInterface Parent) raises ( com::sun::star::lang::NoSupportException ) |
| sets the parent to this object. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object. | |
| void | acquire () |
| increases the reference counter by one. | |
| void | release () |
| decreases the reference counter by one. | |
|
attribute |
|
attribute |
defines the acceleration for this element.
Element time will accelerate from a rate of 0 at the beginning up to a run rate, over the course of the specified proportion of the simple duration.
Acceleration is a value between 0 (no acceleration) and 1 (acceleration until end of the elements duration).
|
attribute |
defines the auto reverse settings for this element.
AutoReverse is
|
attribute |
a sequence of values that define the beginning of this element
Begin is
|
attribute |
defines the deceleration for this element.
Element time will deceleration from a run rate to a rate of 0 at the ending, over the course of the specified proportion of the simple duration.
Decelerate is a value between 0 (no deceleration) and 1 (deceleration from beginning of the elements duration).
|
attribute |
defines the length of the simple duration.
Duration is
|
attribute |
a sequence of values that define the ending of this element
End is
|
attribute |
controls the implicit duration of time containers, as a function of the children.
The EndSync attribute is only valid for par and excl time container elements, and media elements with timed children (e.g. animate or area elements).
EndSync is either a short constant from EndSync, an interface reference to a child XTimeContainer or VOID.
|
attribute |
the attribute that specify the behavior how an element should be extended beyond the active duration by freezing the final state of the element.
Fill is a value from AnimationFill.
|
attribute |
the default value for the fill behavior for this element and all descendants.
FillDefault is
|
attribute |
the number of iterations of the simple duration.
RepeatCount is
|
attribute |
the total duration for repeat.
|
attribute |
defines the restart behavior of this element.
Restart is a short value from AnimationRestart.
|
attribute |
defines the default restart behavior for this element and all descendants.
|
attributereadonly |
a value from AnimationNodeType.