|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectStylesEx
com.aspose.slides.EffectStyleExCollection
public final class EffectStyleExCollection
Represents a collection of effect styles.
Method Summary | |
---|---|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
EffectStyleEx |
get_Item(int index)
Returns an element at specified position. |
int |
getCount()
Returns a number of elements in the collection. |
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<EffectStyleEx> |
iterator()
Returns an enumerator for the entire collection. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<EffectStyleEx>
array
- Target array.index
- Starting index in the 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<EffectStyleEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<EffectStyleEx>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<EffectStyleEx>
public int getCount()
EffectStylesEx
Returns a number of elements in the collection.
Readonly int
,
getCount
in class EffectStylesEx
public EffectStyleEx get_Item(int index)
EffectStylesEx
Returns an element at specified position.
Readonly EffectStyleEx
.
get_Item
in class EffectStylesEx
index
- Position of element.
public com.aspose.ms.System.Collections.IEnumerator<EffectStyleEx> iterator()
EffectStylesEx
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<EffectStyleEx>
iterator
in interface java.lang.Iterable<EffectStyleEx>
iterator
in class EffectStylesEx
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |