paragraphcollection-ag凯发旗舰厅



com.spire.presentation.collections
class paragraphcollection

java.lang.object
  extended by com.spire.presentation.collections.paragraphlist
      extended by com.spire.presentation.collections.paragraphcollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, iactivepresentation, islidecomponent, java.lang.iterable

public final class paragraphcollection
extends paragraphlist
implements com.spire.ms.system.collections.icollection

represents a collection of a paragraphs.


constructor summary
paragraphcollection()
           
 
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).
 
methods inherited from class com.spire.presentation.collections.paragraphlist
addfromhtml, append, append, clear, get, getcount, insert, insert, removeat
 
methods inherited from interface com.spire.presentation.islidecomponent
getslide
 
methods inherited from interface com.spire.presentation.iactivepresentation
getpresentation
 
constructor detail

paragraphcollection

public paragraphcollection()
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:


网站地图