Portion — Aspose.Slides FOSS C++ API Reference
Portion — Represents a text portion (run) within a paragraph.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Portion | Portion | Read |
Methods
| Method | Returns | Description |
|---|---|---|
Portion() | Portion | Constructs an empty portion. |
set_text() | void | Sets the text content of the portion. |
init_internal() | void | Initialize this portion from XML elements within a slide part. |
r_element() | pugi::xml_node | Returns the backing XML element, if any. |
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 portion. |