slidecolorschemecollection-ag凯发旗舰厅
com.spire.presentation.collections
class slidecolorschemecollection
java.lang.object
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.
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. |
slidecolorschemecollection
public slidecolorschemecollection()
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 arrayindex
- 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: