AdjustValueCollection
Overview
AdjustValueCollection is a class in Aspose.Slides FOSS for C++.
Represents a collection of shape’s adjustments. The collection can operate in two modes: - Manual mode: values added via add(). Used for programmatic construction. - XML-backed mode: after init_internal() is called, the collection reads child elements from the backing XML node.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AdjustValue | AdjustValue | Read | Provides access to an AdjustValue element of the collection |
iterator | iterator | Read | Returns an iterator to the first adjustment in the collection |
const_iterator | const_iterator | Read | Provides the const iterator type for read‑only traversal of the collection |
Methods
| Signature | Description |
|---|---|
AdjustValue() → AdjustValue | Provides access to an AdjustValue element of the collection |
AdjustValue() → AdjustValue | |
iterator() → iterator | Returns an iterator to the first adjustment in the collection |
iterator() → iterator | |
const_iterator() → const_iterator | Provides the const iterator type for read‑only traversal of the collection |
const_iterator() → const_iterator | |
init_internal(av_lst_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart) | Represents a collection of shape’s adjustments. The collection can operate in two modes: - Manual mode: values added via add(). Used for programmatic construction. |
get_gd_elements() → std::vector<pugi::xml_node> | Returns the child elements of the backing avLst node. Returns an empty vector if the collection is not XML-backed or the node is null. |