TextParagraphCollection
TextParagraphCollection class
Represents all text paragraph.
Methods
| Name | Description |
|---|---|
| get(index) | Gets the TextParagraph object at specific index. |
| getCount() | Gets the count of text paragraphs. |
| iterator() | Gets the enumerator of the paragraphs. |
get(index)
Gets the TextParagraph object at specific index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index. |
Returns: TextParagraph — TextParagraph
getCount()
Gets the count of text paragraphs.
iterator()
Gets the enumerator of the paragraphs.
Returns: Iterator — Iterator