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
|
iteratorITextAnimation get_Item(int index)
Returns element by index.
ITextAnimation[] get_Item(IShape shape)
Returns all elements
shape - IShape element.ITextAnimation