LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | Public Attributes | List of all members
XAnimate Interface Reference

Interface for generic animation. More...

import"XAnimate.idl";

Inheritance diagram for XAnimate:
XAnimationNode XChild XInterface AnimateColor AnimateSet XAnimateColor XAnimateMotion XAnimatePhysics XAnimateSet XAnimateTransform XTransitionFilter

Public Types

typedef sequence< any > Values
 A sequence of one or more values, each of which must be a legal value for the specified attribute. More...
 
typedef sequence< double > KeyTimes
 
typedef sequence< TimeFilterPairTimeFilter
 todo: timeFilter="0,0; 0.14,0.36; 0.43,0.73; 0.71,0.91; 1.0,1.0" ? More...
 
- Public Types inherited from XAnimationNode
typedef sequence< ::com::sun::star::beans::NamedValueUserData
 

Public Attributes

any Target
 This attribute specifies the target element to be animated. More...
 
short SubItem
 This attribute specifies an optional subitem from the target element that should be animated. More...
 
string AttributeName
 Specifies the target attribute. More...
 
short ValueType
 
short CalcMode
 Specifies the interpolation mode for the animation. More...
 
boolean Accumulate
 Controls whether or not the animation is cumulative. More...
 
short Additive
 Controls whether or not the animation is additive. More...
 
any From
 Specifies the starting value of the animation. More...
 
any To
 Specifies the ending value of the animation. More...
 
any By
 Specifies a relative offset value for the animation. More...
 
string Formula
 if this string is set, its contents will be parsed as a formula. More...
 
- Public Attributes inherited from XAnimationNode
short Type
 a value from AnimationNodeType. More...
 
any Begin
 a sequence of values that define the beginning of this element
Begin is More...
 
any Duration
 defines the length of the simple duration. More...
 
any End
 a sequence of values that define the ending of this element
End is More...
 
any EndSync
 controls the implicit duration of time containers, as a function of the children. More...
 
any RepeatCount
 the number of iterations of the simple duration. More...
 
any RepeatDuration
 the total duration for repeat. More...
 
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. More...
 
short FillDefault
 the default value for the fill behavior for this element and all descendants. More...
 
short Restart
 defines the restart behavior of this element. More...
 
short RestartDefault
 defines the default restart behavior for this element and all descendants. More...
 
double Acceleration
 defines the acceleration for this element. More...
 
double Decelerate
 defines the deceleration for this element. More...
 
boolean AutoReverse
 defines the auto reverse settings for this element. More...
 

Additional Inherited Members

- Public Member Functions inherited from XChild
com::sun::star::uno::XInterface getParent ()
 grants access to the object containing this content. More...
 
void setParent ([in] com::sun::star::uno::XInterface Parent) raises ( com::sun::star::lang::NoSupportException )
 sets the parent to this object. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

Interface for generic animation.

See also
http://www.w3.org/TR/smil20/animation.html#edef-animate

Member Typedef Documentation

◆ KeyTimes

sequence< double > KeyTimes
attribute

◆ TimeFilter

sequence< TimeFilterPair > TimeFilter
attribute

todo: timeFilter="0,0; 0.14,0.36; 0.43,0.73; 0.71,0.91; 1.0,1.0" ?

◆ Values

sequence< any > Values
attribute

A sequence of one or more values, each of which must be a legal value for the specified attribute.

See also
http://www.w3.org/TR/smil20/animation.html#adef-values

Member Data Documentation

◆ Accumulate

boolean Accumulate
attribute

Controls whether or not the animation is cumulative.

See also
http://www.w3.org/TR/smil20/animation.html#adef-accumulate

◆ Additive

short Additive
attribute

Controls whether or not the animation is additive.

See also
AnimationAdditiveMode
http://www.w3.org/TR/smil20/animation.html#adef-additive

◆ AttributeName

string AttributeName
attribute

Specifies the target attribute.

See also
http://www.w3.org/TR/smil20/animation.html#adef-attributeName

◆ By

any By
attribute

Specifies a relative offset value for the animation.


Must be a legal value of a domain for which addition to the attributeType domain is defined and which yields a value in the attributeType domain. Ignored if the values attribute is specified. Ignored if the Values attribute is specified.

See also
http://www.w3.org/TR/smil20/animation.html#adef-by

◆ CalcMode

short CalcMode
attribute

Specifies the interpolation mode for the animation.


If the target attribute does not support linear interpolation (e.g. for strings), or if the values attribute has only one value, the CalcMode attribute is ignored and discrete interpolation is used.

See also
AnimationCalcMode;

◆ Formula

string Formula
attribute

if this string is set, its contents will be parsed as a formula.

All values are used as a parameter for this formula and the computed result will be used.

◆ From

any From
attribute

Specifies the starting value of the animation.


Must be a legal value for the specified attribute. Ignored if the Values attribute is specified.

See also
http://www.w3.org/TR/smil20/animation.html#adef-from

◆ SubItem

short SubItem
attribute

This attribute specifies an optional subitem from the target element that should be animated.


A value of zero should always be the default and animate the complete target.
See documentation of used animation engine for supported subitems.

◆ Target

any Target
attribute

This attribute specifies the target element to be animated.


See documentation of used animation engine for supported targets.

◆ To

any To
attribute

Specifies the ending value of the animation.


Must be a legal value for the specified attribute. Ignored if the Values attribute is specified.

See also
http://www.w3.org/TR/smil20/animation.html#adef-to

◆ ValueType

short ValueType
attribute

The documentation for this interface was generated from the following file: