EffectStyleCollection
Inheritance: java.lang.Object, com.aspose.slides.DomObject
All Implemented Interfaces: com.aspose.slides.IEffectStyleCollection
public final class EffectStyleCollection extends DomObject<FormatScheme> implements IEffectStyleCollection
Represents a collection of effect styles.
Methods
Method | Description |
---|---|
get_Item(int index) | Returns an element at specified position. |
iterator() | Returns an enumerator that iterates through the collection. |
iteratorJava() | Returns a java iterator for the entire collection. |
size() | Returns a number of elements in the collection. |
copyTo(System.Array array, int index) | Copies all elements from the collection to the specified array. |
isSynchronized() | Returns a value indicating whether access to the collection is synchronized (thread-safe). |
getSyncRoot() | Returns a synchronization root. |
get_Item(int index)
public final IEffectStyle get_Item(int index)
Returns an element at specified position. Read-only EffectStyle.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | Position of element. |
Returns: IEffectStyle - Element at specified position.
iterator()
public final System.Collections.Generic.IGenericEnumerator<IEffectStyle> iterator()
Returns an enumerator that iterates through the collection.
Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.slides.IEffectStyle> - A IGenericEnumerator that can be used to iterate through the collection.
iteratorJava()
public final System.Collections.Generic.IGenericEnumerator<IEffectStyle> iteratorJava()
Returns a java iterator for the entire collection.
Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.slides.IEffectStyle> - An java.util.Iterator for the entire collection.
size()
public final int size()
Returns a number of elements in the collection. Read-only int, Read-only int.
Returns: int
copyTo(System.Array array, int index)
public final void copyTo(System.Array array, int index)
Copies all elements from the collection to the specified array.
Parameters:
Parameter | Type | Description |
---|---|---|
array | com.aspose.ms.System.Array | Target array. |
index | int | Starting index in the target array. |
isSynchronized()
public final boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.
Returns: boolean
getSyncRoot()
public final Object getSyncRoot()
Returns a synchronization root. Read-only Object.
Returns: java.lang.Object