PortionFormat

Overview

PortionFormat is a class in Aspose.Slides FOSS for C++.

Represents text portion formatting properties with write access. When XML-backed (after init_from_rpr), property changes are persisted to the element automatically.

This class provides 3 methods for working with PortionFormat objects in C++ programs. Available methods include: PortionFormat, init_from_rpr, ~PortionFormat. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.

Methods

SignatureDescription
PortionFormat()
~PortionFormat()
init_from_rpr(r_element: pugi::xml_node, save_callback: std::function<void()>)Initialize from an existing XML node (or null node).

See Also