com.aspose.slides
Class ExtraColorSchemeExCollection

java.lang.Object
  extended by com.aspose.slides.ExtraColorSchemeExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<ExtraColorSchemeEx>, com.aspose.ms.System.Collections.IEnumerable<ExtraColorSchemeEx>, java.lang.Iterable<ExtraColorSchemeEx>

public class ExtraColorSchemeExCollection
extends java.lang.Object
implements com.aspose.ms.System.Collections.ICollection<ExtraColorSchemeEx>

Represents a collection of additional color schemes.


Method Summary
 void copyTo(java.lang.Object[] array, int index)
           Copies all elements of the collection to the specified array.
 ExtraColorSchemeEx get_Item(int index)
           Returns an color scheme by index.
 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.IEnumerator<ExtraColorSchemeEx> iterator()
           Returns an enumerator, which can be used to iterate through the collection.
 int size()
           Returns a number of elements int the collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()

Returns a number of elements int the collection. Readonly int.

Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<ExtraColorSchemeEx>

get_Item

public ExtraColorSchemeEx get_Item(int index)

Returns an color scheme by index. Readonly ExtraColorSchemeEx.


iterator

public com.aspose.ms.System.Collections.IEnumerator<ExtraColorSchemeEx> iterator()

Returns an enumerator, which can be used to iterate through the collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<ExtraColorSchemeEx>
Specified by:
iterator in interface java.lang.Iterable<ExtraColorSchemeEx>
Returns:
Enumeraton IEnumerator.

copyTo

public void copyTo(java.lang.Object[] array,
                   int index)

Copies all elements of the collection to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<ExtraColorSchemeEx>
Parameters:
array - Target array.
index - Starting index in the array.

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the ArrayList is synchronized (thread safe). Readonly bool.

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<ExtraColorSchemeEx>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns an object that can be used to synchronize access to the collection. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<ExtraColorSchemeEx>