Portion — Aspose.Slides FOSS C++ API Reference

Portion — Represents a text portion (run) within a paragraph.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
PortionPortionRead

Methods

MethodReturnsDescription
Portion()PortionConstructs an empty portion.
set_text()voidSets the text content of the portion.
init_internal()voidInitialize this portion from XML elements within a slide part.
r_element()pugi::xml_nodeReturns the backing XML element, if any.
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 portion.

See Also