LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
XAnimateSet Interface Reference

Interface for animation by simply setting the value of the target attribute to a constant value. More...

import "XAnimateSet.idl";

Inheritance diagram for XAnimateSet:
XAnimate XAnimationNode XChild XInterface

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 Attributes inherited from XAnimate
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...
 
sequence< any > Values
 A sequence of one or more values, each of which must be a legal value for the specified attribute. More...
 
sequence< double > KeyTimes
 
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...
 
sequence< TimeFilterPairTimeFilter
 todo: timeFilter="0,0; 0.14,0.36; 0.43,0.73; 0.71,0.91; 1.0,1.0" ? More...
 
string Formula
 if this string is set, its contents will be parsed as a formula. More...
 

Detailed Description

Interface for animation by simply setting the value of the target attribute to a constant value.

This interface provides a simple means of just setting the value of an attribute for a specified duration.

When using XAnimateSet, the following members are ignored

See Also
http://www.w3.org/TR/smil20/animation.html#edef-set

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