| Name | Description |
|---|---|
| _NewEnum | Returns an enumerator that iterates through a collection |
| All | Returns a TextRange containing all paragraphs in the collection |
| Count | Gets the number of items in the collection |
| First | Returns a TextRange containing the first paragraph in the collection |
| Item | Returns a TextRange containing the specified paragraph(s) |
| Last | Returns a TextRange containing the last paragraph in the collection |