ExtraColorSchemeCollection

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IExtraColorSchemeCollection, com.aspose.slides.IDOMObject

public class ExtraColorSchemeCollection implements IExtraColorSchemeCollection, IDOMObject

Represents a collection of additional color schemes.

Methods

MethodDescription
size()Returns a number of elements int the collection.
get_Item(int index)Returns an color scheme by index.
getParent_Immediate()
iterator()Returns an enumerator that iterates through the collection.
iteratorJava()Returns a java iterator for the entire collection.
copyTo(System.Array array, int index)Copies all elements of the collection to the specified array.
isSynchronized()Returns a value indicating whether access to the ArrayList is synchronized (thread safe).
getSyncRoot()Returns an object that can be used to synchronize access to the collection.

size()

public final int size()

Returns a number of elements int the collection. Read-only int.

Returns: int

get_Item(int index)

public final IExtraColorScheme get_Item(int index)

Returns an color scheme by index. Read-only ExtraColorScheme.

Parameters:

ParameterTypeDescription
indexint

Returns: IExtraColorScheme

getParent_Immediate()

public final IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.

Returns: com.aspose.slides.IDOMObject

iterator()

public final System.Collections.Generic.IGenericEnumerator<IExtraColorScheme> iterator()

Returns an enumerator that iterates through the collection.

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.slides.IExtraColorScheme> - A IGenericEnumerator that can be used to iterate through the collection.

iteratorJava()

public final System.Collections.Generic.IGenericEnumerator<IExtraColorScheme> iteratorJava()

Returns a java iterator for the entire collection.

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.slides.IExtraColorScheme> - An java.util.Iterator for the entire collection.

copyTo(System.Array array, int index)

public final void copyTo(System.Array array, int index)

Copies all elements of the collection to the specified array.

Parameters:

ParameterTypeDescription
arraycom.aspose.ms.System.ArrayTarget array.
indexintStarting index in the array.

isSynchronized()

public final boolean isSynchronized()

Returns a value indicating whether access to the ArrayList is synchronized (thread safe). Read-only boolean.

Returns: boolean

getSyncRoot()

public final 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.

Returns: java.lang.Object