com.aspose.slides
Class TextAnimationCollection

java.lang.Object
  extended by com.aspose.slides.TextAnimationCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITextAnimation>, com.aspose.ms.System.Collections.IEnumerable<ITextAnimation>, IGenericCollection<ITextAnimation>, ITextAnimationCollection, java.lang.Iterable<ITextAnimation>

public class TextAnimationCollection
extends java.lang.Object
implements ITextAnimationCollection

Represent collection of text animations.


Constructor Summary
TextAnimationCollection()
           
 
Method Summary
 TextAnimation add()
           
 void copyTo(ITextAnimation[] array, int index)
           Copies all elements from the collection into the specified array.
 ITextAnimation get_Item(int index)
           Returns element by index.
 ITextAnimation[] get_Item(IShape 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.Generic.IGenericEnumerator<ITextAnimation> iterator()
           Returns an enumerator that iterates through the 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

TextAnimationCollection

public TextAnimationCollection()
Method Detail

size

public int size()

Returns a number of elements in the collection. Read-only int.

Specified by:
size in interface IGenericCollection<ITextAnimation>

add

public TextAnimation add()

get_Item

public ITextAnimation get_Item(int index)

Returns element by index.

Specified by:
get_Item in interface ITextAnimationCollection

get_Item

public ITextAnimation[] get_Item(IShape shape)

Returns all elements

Specified by:
get_Item in interface ITextAnimationCollection
Parameters:
shape -
Returns:

iterator

public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITextAnimation> iterator()

Returns an enumerator that iterates through the collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITextAnimation>
Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<ITextAnimation>
Specified by:
iterator in interface java.lang.Iterable<ITextAnimation>
Returns:
A T:System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.

copyTo

public void copyTo(ITextAnimation[] array,
                   int index)

Copies all elements from the collection into the specified array.

Specified by:
copyTo in interface IGenericCollection<ITextAnimation>
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). Read-only boolean.

Specified by:
isSynchronized in interface IGenericCollection<ITextAnimation>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Read-only Object.

Specified by:
getSyncRoot in interface IGenericCollection<ITextAnimation>


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