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