:: com :: sun :: star :: animations ::
|
unpublished |
interface XIterateContainer |
|
|
- Base Interfaces
XIterateContainer
┗ XTimeContainer
┗ XAnimationNode
┗ ::com::sun::star::container::XChild
-
|
- Usage Restrictions
- not published
- Description
- 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.
|
Attributes' Summary |
Target |
a target that contains iterateable 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 iterateable 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
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.