| IParagraphCollection Methods | 
The IParagraphCollection type exposes the following members.
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Add | 
 Adds a paragraph to the end of collection.
 | 
|   | GetEnumerator | 
 Returns an enumerator that iterates through a collection.
(Inherited from
 IEnumerable
.) | 
|   | IndexOf | 
 Returns the zero-based index of the specified paragraph.
 | 
|   | Insert | 
 Inserts a paragraph into collection at the specified index.
 | 
|   | RemoveAt | 
 Removes the paragraph at the specified index from the collection.
 | 
 See Also
See Also