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
|
iteratorJavaiteratorITextAnimation get_Item(int index)
Returns element by index.
ITextAnimation[] get_Item(IShape shape)
Returns all elements
shape - IShape element.ITextAnimationCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.