public class ExtraColorSchemeCollection extends java.lang.Object implements IExtraColorSchemeCollection
Represents a collection of additional color schemes.
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements of the collection to the specified array.
|
IExtraColorScheme |
get_Item(int index)
Returns an color scheme by index.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
java.lang.Object |
getSyncRoot()
Returns an object that can be used to synchronize access to the collection.
|
boolean |
isSynchronized()
Returns a value indicating whether access to the ArrayList is synchronized (thread safe).
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IExtraColorScheme> |
iterator()
Returns an enumerator that iterates through the collection.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IExtraColorScheme> |
iteratorJava()
Returns a java iterator for the entire collection.
|
int |
size()
Returns a number of elements int the collection.
|
public final int size()
Returns a number of elements int the collection.
Read-only int.
size in interface com.aspose.ms.System.Collections.ICollection<IExtraColorScheme>public final IExtraColorScheme get_Item(int index)
Returns an color scheme by index.
Read-only ExtraColorScheme.
get_Item in interface IExtraColorSchemeCollectionpublic final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IExtraColorScheme> iterator()
Returns an enumerator that iterates through the collection.
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IExtraColorScheme>iterator in interface com.aspose.ms.System.Collections.IEnumerable<IExtraColorScheme>iterator in interface java.lang.Iterable<IExtraColorScheme>IGenericEnumerator that can be used to iterate through the collection.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IExtraColorScheme> iteratorJava()
Returns a java iterator for the entire collection.
iteratorJava in interface IGenericCollection<IExtraColorScheme>Iterator for the entire collection.public final void copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements of the collection to the specified array.
copyTo in interface com.aspose.ms.System.Collections.ICollection<IExtraColorScheme>array - Target array.index - Starting index in the array.public final boolean isSynchronized()
Returns a value indicating whether access to the ArrayList is synchronized (thread safe).
Read-only boolean.
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<IExtraColorScheme>public final java.lang.Object getSyncRoot()
Returns an object that can be used to synchronize access to the collection.
Read-only Object.
Returns a synchronization root.
Read-only Object.
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<IExtraColorScheme>Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.