AdjustValueCollection
General
AdjustValueCollection és una classe en Aspose.Slides FOSS per a C++.
Representa una col·lecció d’ajustes de forma. La col•leccions pot operar en dos modes: - Modo manual: valors afegits a través add(). Utilitzat per la construcció programàtica. - Modeu amb suport XML: després que s’apelli init_internal ((), la col · lecció llegeix els elements fills ` ⌒ del nod XML de suport .
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
AdjustValue | AdjustValue | Read | Returns an AdjustValue object representing a shape adjustment |
iterator | iterator | Read | Property provides mutable iterator access to the collection |
const_iterator | const_iterator | Read | Property provides read‑only iterator access to the collection |
Mètodes
| Signature | Description |
|---|---|
AdjustValue() → AdjustValue | Returns an AdjustValue object representing a shape adjustment |
AdjustValue() → AdjustValue | |
iterator() → iterator | Property provides mutable iterator access to the collection |
iterator() → iterator | |
const_iterator() → const_iterator | Property provides read‑only iterator access to 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. |