|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextAnimationExCollection
public class TextAnimationExCollection
Represent collection of text animations.
Constructor Summary | |
---|---|
TextAnimationExCollection()
|
Method Summary | |
---|---|
void |
copyTo(com.aspose.ms.System.Array 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 |
---|
public TextAnimationExCollection()
Method Detail |
---|
public int size()
Returns a number of elements in the collection.
size
in interface com.aspose.ms.System.Collections.ICollection<TextAnimationEx>
public TextAnimationEx get_Item(int index)
Returns element by index.
public TextAnimationEx[] get_Item(ShapeEx shape)
Returns all elements
shape
-
public com.aspose.ms.System.Collections.IEnumerator<TextAnimationEx> iterator()
Returns an iterator for a collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<TextAnimationEx>
iterator
in interface java.lang.Iterable<TextAnimationEx>
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection into the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<TextAnimationEx>
array
- Array to fill.index
- Starting position in target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<TextAnimationEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<TextAnimationEx>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |