|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.collections.SlideColorSchemeCollection
public class SlideColorSchemeCollection
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 |
---|
public SlideColorSchemeCollection()
Method Detail |
---|
public int getCount()
public SlideColorScheme get(int index)
index
-
public void copyTo(java.lang.Object[] array, int index)
array
- Target arrayindex
- Starting index in the array.public boolean isSynchronized()
public java.lang.Object getSyncRoot()
public com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |