Aspose::Cells::Drawing::Texts::TextParagraphCollection class
TextParagraphCollection class
Represents all text paragraph.
class TextParagraphCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const TextParagraphCollection& src) | operator= |
TextParagraphCollection(TextParagraphCollection_Impl* impl) | Constructs from an implementation object. |
TextParagraphCollection(const TextParagraphCollection& src) | Copy constructor. |
~TextParagraphCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing::Texts
- Library Aspose.Cells for C++