TextParagraphCollection Class
TextParagraphCollection class
Represents all text paragraph.
type TextParagraphCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetCount | Gets the count of text paragraphs. |
| Get | Gets the TextParagraph object at specific index. |
| GetEnumerator | Gets the enumerator of the paragraphs. |