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