AdjustValue
Resumo geral
AdjustValue é uma classe em Aspose.Slides FOSS para C++.
Representa o valor de ajuste da forma geométrica. Estes valores afetam a forma da figura.
Métodos de avaliação
| Signature | Description |
|---|---|
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::string | Returns the name of this adjustment value. Read-only. |
raw_value() → int | Returns the raw adjustment value. |
set_raw_value(value: int) | Sets the raw adjustment value. |
angle_value() → double | Returns 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_node | Returns the backing XML element, if any. |