TextParagraphCollection

TextParagraphCollection class

Represents all text paragraph.

Methods

NameDescription
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.

ParameterTypeDescription
indexNumberThe index.

Returns: TextParagraph — TextParagraph

getCount()

Gets the count of text paragraphs.

iterator()

Gets the enumerator of the paragraphs.

Returns: Iterator — Iterator