com.aspose.slides
Interface ITextAnimationCollection

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

public interface ITextAnimationCollection
extends IGenericCollection<ITextAnimation>


Method Summary
 ITextAnimation get_Item(int index)
           Returns element by index.
 ITextAnimation[] get_Item(IShape shape)
           Returns all elements
 
Methods inherited from interface com.aspose.slides.IGenericCollection
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)

Returns element by index.


get_Item

ITextAnimation[] get_Item(IShape shape)

Returns all elements

Parameters:
shape -
Returns:


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.