Class TextParagraphCollection

TextParagraphCollection class

Represents all text paragraph.

public class TextParagraphCollection

Properties

NameDescription
Count { get; }Gets the count of text paragraphs.
Item { get; }Gets the TextParagraph object at specific index.

Methods

NameDescription
GetEnumerator()Gets the enumerator of the paragraphs.

See Also