|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextAnimationCollection
public class TextAnimationCollection
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 |
---|
public TextAnimationCollection()
Method Detail |
---|
public int size()
Returns a number of elements in the collection.
Read-only int
.
size
in interface IGenericCollection<ITextAnimation>
public TextAnimation add()
public ITextAnimation get_Item(int index)
Returns element by index.
get_Item
in interface ITextAnimationCollection
public ITextAnimation[] get_Item(IShape shape)
Returns all elements
get_Item
in interface ITextAnimationCollection
shape
-
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITextAnimation> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITextAnimation>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ITextAnimation>
iterator
in interface java.lang.Iterable<ITextAnimation>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public void copyTo(ITextAnimation[] array, int index)
Copies all elements from the collection into the specified array.
copyTo
in interface IGenericCollection<ITextAnimation>
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).
Read-only boolean
.
isSynchronized
in interface IGenericCollection<ITextAnimation>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object
.
getSyncRoot
in interface IGenericCollection<ITextAnimation>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |