slidecolorschemecollection-ag凯发旗舰厅



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:


网站地图