ITextAnimationCollection

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface ITextAnimationCollection extends IGenericCollection<ITextAnimation>

Represents collection of text animations.

Methods

MethodDescription
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:

ParameterTypeDescription
indexint

Returns: ITextAnimation

get_Item(IShape shape)

public abstract ITextAnimation[] get_Item(IShape shape)

Returns all elements

Parameters:

ParameterTypeDescription
shapeIShapeIShape element.

Returns: com.aspose.slides.ITextAnimation[] - Array of ITextAnimation