AdjustValue

Overview

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

Represents a geometry shape’s adjustment value. These values affect the shape’s form.

This class provides 9 methods for working with AdjustValue objects in C++ programs. Available methods include: AdjustValue, angle_value, gd_element, init_internal, name, raw_value, set_angle_value, set_raw_value. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.

Methods

SignatureDescription
AdjustValue()
AdjustValue(name: std::string, raw_value: int)
init_internal(gd_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart)Initialize this adjustment value from an XML element.
name()std::stringReturns the name of this adjustment value. Read-only.
raw_value()intReturns the raw adjustment value.
set_raw_value(value: int)Sets the raw adjustment value.
angle_value()doubleReturns the value interpreted as an angle in degrees.
set_angle_value(value: double)Sets the value interpreted as an angle in degrees.
gd_element()pugi::xml_nodeReturns the backing XML element, if any.

See Also