AdjustValueCollection

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

NameTypeAccessDescription
AdjustValueAdjustValueReadProvides access to an AdjustValue element of the collection
iteratoriteratorReadReturns an iterator to the first adjustment in the collection
const_iteratorconst_iteratorReadProvides the const iterator type for read‑only traversal of the collection

Methods

SignatureDescription
AdjustValue()AdjustValueProvides access to an AdjustValue element of the collection
AdjustValue()AdjustValue
iterator()iteratorReturns an iterator to the first adjustment in the collection
iterator()iterator
const_iterator()const_iteratorProvides 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.

See Also