TextParagraphCollection

TextParagraphCollection class

Represents all text paragraph.

class TextParagraphCollection;

Methods

MethodDescription
get(number)Gets the TextParagraph object at specific index.
getCount()Gets the count of text paragraphs.
getEnumerator()Gets the enumerator of the paragraphs.

get(number)

Gets the TextParagraph object at specific index.

get(index: number) : TextParagraph;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

TextParagraph

getCount()

Gets the count of text paragraphs.

getCount() : number;

getEnumerator()

Gets the enumerator of the paragraphs.

getEnumerator() : TextParagraphEnumerator;

Returns

TextParagraphEnumerator