TextFrame — Aspose.Slides FOSS C++ API Reference

TextFrame — Represents a TextFrame containing paragraphs of text.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
TextFrameTextFrameRead

Methods

MethodReturnsDescription
TextFrame()TextFrame
text()std::stringReturns the plain text for a TextFrame (paragraphs joined by newlines).
set_text()voidSets the plain text, splitting on line breaks into separate paragraphs.
set_slide()voidSets the parent slide for this text frame.
set_parent_shape()voidSets the parent shape for this text frame.
set_parent_cell()voidSets the parent cell for this text frame.
init_internal()voidInitializes internal XML-backed state for this text frame.

See Also