Paragraph — Aspose.Slides FOSS C++ API Reference
Paragraph — Represents a text paragraph within a text frame.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Paragraph | Paragraph | Read |
Methods
| Method | Returns | Description |
|---|---|---|
Paragraph() | Paragraph | Constructs an empty paragraph. |
text() | std::string | Returns the text content of the paragraph. |
set_text() | void | Sets the text content of the paragraph. |
init_internal() | void | Initialize this paragraph from XML elements within a slide part. |
p_element() | pugi::xml_node | Returns the backing XML element, if any. |
txbody_element() | pugi::xml_node | Returns the backing XML element, if any. |
set_slide() | void | Sets the parent slide for this paragraph. |