Paragraph — Aspose.Slides FOSS C++ API Reference

Paragraph — Represents a text paragraph within a text frame.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
ParagraphParagraphRead

Methods

MethodReturnsDescription
Paragraph()ParagraphConstructs an empty paragraph.
text()std::stringReturns the text content of the paragraph.
set_text()voidSets the text content of the paragraph.
init_internal()voidInitialize this paragraph from XML elements within a slide part.
p_element()pugi::xml_nodeReturns the backing XML element, if any.
txbody_element()pugi::xml_nodeReturns the backing XML element, if any.
set_slide()voidSets the parent slide for this paragraph.

See Also