commentauthorcollection-ag凯发旗舰厅



com.spire.presentation.collections
class commentauthorcollection

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

public final class commentauthorcollection
extends commentauthorlist
implements com.spire.ms.system.collections.icollection

represents a collection of comment authors.


constructor summary
commentauthorcollection( pres)
           
 
method summary
 void copyto(com.spire.ms.system.array 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 size of the collection.
 
methods inherited from class com.spire.presentation.collections.commentauthorlist
addauthor, findbyname, findbynameandinitials, get, getcount, getpresentation, toarray
 
constructor detail

commentauthorcollection

public commentauthorcollection( pres)
method detail

copyto

public void copyto(com.spire.ms.system.array 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 size of the collection.
returns:


网站地图