fillstylecollection-ag凯发旗舰厅



com.spire.presentation.drawing
class fillstylecollection

java.lang.object
  extended by com.spire.presentation.drawing.fillstylelist
      extended by com.spire.presentation.drawing.fillstylecollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable

public final class fillstylecollection
extends fillstylelist
implements com.spire.ms.system.collections.icollection

represents the collection of fill styles.


constructor summary
fillstylecollection()
           
 
method summary
 void copyto(java.lang.object[] array, int index)
          copies all elements from the collection to the specified array.
 java.lang.object getsyncroot()
          gets a synchronization root.
 boolean issynchronized()
          gets a value indicating whether access to the collection is synchronized (thread-safe).
 int size()
           
 
methods inherited from class com.spire.presentation.drawing.fillstylelist
get, getcount, iterator
 
constructor detail

fillstylecollection

public fillstylecollection()
method detail

copyto

public void copyto(java.lang.object[] array,
                   int index)
copies all elements from the collection to the specified array.
parameters:
array - target array.
index - starting index in the target array.

issynchronized

public boolean issynchronized()
gets a value indicating whether access to the collection is synchronized (thread-safe).
returns:

getsyncroot

public java.lang.object getsyncroot()
gets a synchronization root. readonly .
returns:

size

public int size()


网站地图