public final class EffectStyleCollection extends DomObject<FormatScheme> implements IEffectStyleCollection
Represents a collection of effect styles.
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IEffectStyle> |
iteratorJava()
Returns a java iterator for the entire collection.
|
int |
size()
Returns a number of elements in the collection.
|
getParent_Immediatepublic final IEffectStyle get_Item(int index)
Returns an element at specified position.
Read-only EffectStyle.
get_Item in interface IEffectStyleCollectionindex - Position of element.public final 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>IGenericEnumerator that can be used to iterate through the collection.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IEffectStyle> iteratorJava()
Returns a java iterator for the entire collection.
iteratorJava in interface IGenericCollection<IEffectStyle>Iterator for the entire collection.public final int size()
Returns a number of elements in the collection.
Read-only int,
Read-only int.
size in interface com.aspose.ms.System.Collections.ICollection<IEffectStyle>public final 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 final boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only boolean.
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<IEffectStyle>public final java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object.
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<IEffectStyle>Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.