effectstylecollection-ag凯发旗舰厅



com.spire.presentation.collections
class effectstylecollection

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

public final class effectstylecollection
extends effectstylelist
implements com.spire.ms.system.collections.icollection

represents a collection of effect styles.


constructor summary
effectstylecollection()
           
 
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()
          gets the size of the collection.
 
methods inherited from class com.spire.presentation.collections.effectstylelist
get, getcount, iterator
 
constructor detail

effectstylecollection

public effectstylecollection()
method detail

copyto

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

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()
gets the size of the collection.
returns:


网站地图