com.aspose.slides
Class TextAnimationExCollection

java.lang.Object
  extended by com.aspose.slides.TextAnimationExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<TextAnimationEx>, com.aspose.ms.System.Collections.IEnumerable<TextAnimationEx>, java.lang.Iterable<TextAnimationEx>

public class TextAnimationExCollection
extends java.lang.Object
implements com.aspose.ms.System.Collections.ICollection<TextAnimationEx>

Represent collection of text animations.


Constructor Summary
TextAnimationExCollection()
           
 
Method Summary
 void copyTo(java.lang.Object[] array, int index)
           Copies all elements from the collection into the specified array.
 TextAnimationEx get_Item(int index)
           Returns element by index.
 TextAnimationEx[] get_Item(ShapeEx shape)
           Returns all elements
 java.lang.Object getSyncRoot()
           Returns a synchronization root.
 boolean isSynchronized()
           Returns a value indicating whether access to the collection is synchronized (thread-safe).
 com.aspose.ms.System.Collections.IEnumerator<TextAnimationEx> iterator()
           Returns an iterator for a collection.
 int size()
           Returns a number of elements in the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAnimationExCollection

public TextAnimationExCollection()
Method Detail

size

public int size()

Returns a number of elements in the collection.

Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<TextAnimationEx>

get_Item

public TextAnimationEx get_Item(int index)

Returns element by index.


get_Item

public TextAnimationEx[] get_Item(ShapeEx shape)

Returns all elements

Parameters:
shape -
Returns:

iterator

public com.aspose.ms.System.Collections.IEnumerator<TextAnimationEx> iterator()

Returns an iterator for a collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<TextAnimationEx>
Specified by:
iterator in interface java.lang.Iterable<TextAnimationEx>
Returns:

copyTo

public void copyTo(java.lang.Object[] array,
                   int index)

Copies all elements from the collection into the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<TextAnimationEx>
Parameters:
array - Array to fill.
index - Starting position in target array.

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe).

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<TextAnimationEx>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<TextAnimationEx>