com.aspose.slides
Interface ITextAnimationCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection<ITextAnimation>, com.aspose.ms.System.Collections.IEnumerable<ITextAnimation>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITextAnimation>, java.lang.Iterable<ITextAnimation>
All Known Implementing Classes:
TextAnimationCollection

public interface ITextAnimationCollection
extends com.aspose.ms.System.Collections.ICollection<ITextAnimation>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITextAnimation>


Method Summary
 ITextAnimation get_Item(int index)
           
 ITextAnimation[] get_Item(IShape shape)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

ITextAnimation get_Item(int index)

get_Item

ITextAnimation[] get_Item(IShape shape)