LibreOffice
LibreOffice 5.0 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. More... | |
short | SubItem |
This attribute specifies an optional subitem from the target element that should be animated. More... | |
short | IterateType |
the type of iteration, this depends on the target. More... | |
double | IterateInterval |
the time interval in percentage of the containers running time before the next iterated content is animated. More... | |
Additional Inherited Members | |
![]() | |
XAnimationNode | insertBefore ([in] XAnimationNode newChild,[in] XAnimationNode refChild) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::container::ElementExistException, com::sun::star::lang::WrappedTargetException ) |
XAnimationNode | insertAfter ([in] XAnimationNode newChild,[in] XAnimationNode refChild) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::container::ElementExistException, com::sun::star::lang::WrappedTargetException ) |
XAnimationNode | replaceChild ([in] XAnimationNode newChild,[in] XAnimationNode oldChild) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::container::ElementExistException, com::sun::star::lang::WrappedTargetException ) |
XAnimationNode | removeChild ([in] XAnimationNode oldChild) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
XAnimationNode | appendChild ([in] XAnimationNode newChild) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException, com::sun::star::lang::WrappedTargetException ) |
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 percentage of the containers running time 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.