|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectStyleCollection
public final class EffectStyleCollection
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. |
IEffectStyle |
get_Item(int index)
Returns an element at specified position. |
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<IEffectStyle> |
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 |
Method Detail |
---|
public int size()
Returns a number of elements in the collection.
Readonly int
,
size
in interface com.aspose.ms.System.Collections.ICollection<IEffectStyle>
public IEffectStyle get_Item(int index)
Returns an element at specified position.
Readonly EffectStyle
.
get_Item
in interface IEffectStyleCollection
index
- Position of element.
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IEffectStyle> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectStyle>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<IEffectStyle>
iterator
in interface java.lang.Iterable<IEffectStyle>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.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<IEffectStyle>
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<IEffectStyle>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<IEffectStyle>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |