ITextAnimationCollection
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface ITextAnimationCollection extends IGenericCollection<ITextAnimation>
Represents collection of text animations.
Methods
Method | Description |
---|---|
get_Item(int index) | Returns element by index. |
get_Item(IShape shape) | Returns all elements |
get_Item(int index)
public abstract ITextAnimation get_Item(int index)
Returns element by index.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int |
Returns: ITextAnimation
get_Item(IShape shape)
public abstract ITextAnimation[] get_Item(IShape shape)
Returns all elements
Parameters:
Parameter | Type | Description |
---|---|---|
shape | IShape | IShape element. |
Returns: com.aspose.slides.ITextAnimation[] - Array of ITextAnimation