com.spire.presentation.collections
Class ParagraphCollection
java.lang.Object
   com.spire.presentation.collections.ParagraphList
com.spire.presentation.collections.ParagraphList
       com.spire.presentation.collections.ParagraphCollection
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.
 
| 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).
 | 
 
 
 
 
ParagraphCollection
public ParagraphCollection()
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: