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

interface XIterateContainer
Base Interfaces
XIterateContainerXTimeContainerXAnimationNode
      ┗ ::com::sun::star::container::XChild

XTimeContainer

Attributes' Summary
Target a target that contains iterable contents, f.e. a paragraph.
See documentation of used animation engine for supported targets.  
SubItem 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.  
IterateType the type of iteration, this depends on the target.
See documentation of used animation engine for supported iteration types.  
IterateInterval the time interval in percentage of the containers running time before the next iterated content is animated.  
Attributes' Details
Target
any Target;
Description
a target that contains iterable contents, f.e. a paragraph.
See documentation of used animation engine for supported targets.
SubItem
short SubItem;
Description
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.
IterateType
short IterateType;
Description
the type of iteration, this depends on the target.
See documentation of used animation engine for supported iteration types.
IterateInterval
double IterateInterval;
Description
the time interval in percentage of the containers running time before the next iterated content is animated.
Top of Page