| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
An iterate container iterates over subitems of a given target object and animates them by subsequently executes the contained effects on them. More...
import "XIterateContainer.idl";
 
  
| Public Attributes | |
| any | Target | 
| a target that contains iterable contents, f.e. | |
| short | SubItem | 
| This attribute specifies an optional subitem from the target element that should be animated. | |
| short | IterateType | 
| the type of iteration, this depends on the target. | |
| double | IterateInterval | 
| the time interval in second before the next iterated content is animated. | |
| Public Attributes inherited from XAnimationNode | |
| 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. | |
An iterate container iterates over subitems of a given target object and animates them by subsequently executes the contained effects on them.
 This could be used to animate a target text word by word or letter by letter. 
| 
 | attribute | 
the time interval in second before the next iterated content is animated.
| 
 | attribute | 
the type of iteration, this depends on the target.
 See documentation of used animation engine for supported iteration types. 
| 
 | 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. 
| 
 | attribute | 
a target that contains iterable contents, f.e.
a paragraph. 
 See documentation of used animation engine for supported targets.