com.spire.presentation.collections
Class SlideColorSchemeCollection

java.lang.Object
  extended by com.spire.presentation.collections.SlideColorSchemeCollection
All Implemented Interfaces:
com.spire.ms.System.Collections.ICollection, com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable

public class SlideColorSchemeCollection
extends java.lang.Object
implements com.spire.ms.System.Collections.ICollection

Represents a schemecollection of slidecolor.


Constructor Summary
SlideColorSchemeCollection()
           
 
Method Summary
 void copyTo(java.lang.Object[] array, int index)
          Copies all elements of the collection to the specified array.
 SlideColorScheme get(int index)
          Gets an color scheme by index.
 int getCount()
          Gets a number of elements int the collection.
 java.lang.Object getSyncRoot()
          Gets an object that can be used to synchronize access to the collection.
 boolean isSynchronized()
          Gets a value indicating whether access to the ArrayList is synchronized (thread safe).
 com.spire.ms.System.Collections.IEnumerator iterator()
          Gets a iterator of the collection.
 

Constructor Detail

SlideColorSchemeCollection

public SlideColorSchemeCollection()
Method Detail

getCount

public int getCount()
Gets a number of elements int the collection. Readonly .

Returns:

get

public SlideColorScheme get(int index)
Gets an color scheme by index. Readonly .

Parameters:
index -
Returns:

copyTo

public void copyTo(java.lang.Object[] array,
                   int index)
Copies all elements of the collection to the specified array.

Parameters:
array - Target array
index - Starting index in the array.

isSynchronized

public boolean isSynchronized()
Gets a value indicating whether access to the ArrayList is synchronized (thread safe). Readonly .

Returns:

getSyncRoot

public java.lang.Object getSyncRoot()
Gets an object that can be used to synchronize access to the collection. Readonly .

Returns:

iterator

public com.spire.ms.System.Collections.IEnumerator iterator()
Gets a iterator of the collection.

Returns: