TextParagraphCollection

TextParagraphCollection class

Represents all text paragraph.

Properties

NameTypeDescription
CountNumberGets the count of text paragraphs.
Item (int)TextParagraphGets the TextParagraph object at specific index.

Methods

NameDescription
iteratorGets the enumerator of the paragraphs.

TextParagraphCollection.Count property

Gets the count of text paragraphs.

Type: Number

TextParagraphCollection.Item (int) property

Gets the TextParagraph object at specific index.

Type: TextParagraph

iterator()

Gets the enumerator of the paragraphs.