TextParagraphCollection
TextParagraphCollection class
Represents all text paragraph.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | Gets the count of text paragraphs. |
| Item (int) | TextParagraph | Gets the TextParagraph object at specific index. |
Methods
| Name | Description |
|---|---|
| iterator | Gets the enumerator of the paragraphs. |
TextParagraphCollection.Count property
Gets the count of text paragraphs.
Type: int
TextParagraphCollection.Item (int) property
Gets the TextParagraph object at specific index.
Type: TextParagraph
iterator()
Gets the enumerator of the paragraphs.