TextParagraphCollection

TextParagraphCollection class

Represents all text paragraph.

class TextParagraphCollection;

Properties

PropertyTypeDescription
countnumberReadonly. Gets the count of text paragraphs.

Methods

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

count

Readonly. Gets the count of text paragraphs.

count : number;

get(number)

Gets the TextParagraph object at specific index.

get(index: number) : TextParagraph;

Parameters:

ParameterTypeDescription
indexnumberThe index.

Returns

TextParagraph

getEnumerator()

Gets the enumerator of the paragraphs.

getEnumerator() : TextParagraphEnumerator;

Returns

TextParagraphEnumerator