Aspose::Cells::Drawing::Texts::TextParagraphCollection class

TextParagraphCollection class

Represents all text paragraph.

class TextParagraphCollection

Methods

MethodDescription
Get(int32_t index)Gets the TextParagraph object at specific index.
GetCount()Gets the count of text paragraphs.
GetEnumerator()Gets the enumerator of the paragraphs.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const TextParagraphCollection& src)operator=
TextParagraphCollection(TextParagraphCollection_Impl* impl)Constructs from an implementation object.
TextParagraphCollection(const TextParagraphCollection& src)Copy constructor.
~TextParagraphCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also