TextFrame — Aspose.Slides FOSS C++ API Reference
TextFrame — Represents a TextFrame containing paragraphs of text.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
TextFrame | TextFrame | Read |
Methods
| Method | Returns | Description |
|---|---|---|
TextFrame() | TextFrame | |
text() | std::string | Returns the plain text for a TextFrame (paragraphs joined by newlines). |
set_text() | void | Sets the plain text, splitting on line breaks into separate paragraphs. |
set_slide() | void | Sets the parent slide for this text frame. |
set_parent_shape() | void | Sets the parent shape for this text frame. |
set_parent_cell() | void | Sets the parent cell for this text frame. |
init_internal() | void | Initializes internal XML-backed state for this text frame. |