public interface ITextAnimationCollection extends IGenericCollection<ITextAnimation>
Represents collection of text animations.
Modifier and Type | Method and Description |
---|---|
ITextAnimation |
get_Item(int index)
Returns element by index.
|
ITextAnimation[] |
get_Item(IShape shape)
Returns all elements
|
iteratorJava
iterator
ITextAnimation get_Item(int index)
Returns element by index.
ITextAnimation[] get_Item(IShape shape)
Returns all elements
shape
- IShape
element.ITextAnimation