TextParagraphCollection

TextParagraphCollection class

Represents all text paragraph.

Properties

NameTypeDescription
CountintGets 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: int

TextParagraphCollection.Item (int) property

Gets the TextParagraph object at specific index.

Type: TextParagraph

iterator()

Gets the enumerator of the paragraphs.