GradientStopCollection
General
GradientStopCollection és una classe en Aspose.Slides FOSS per a C++.
Representa una col·lecció d’estacions de gradient.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
GradientStop | GradientStop | Read | Property provides access to a GradientStop element in the collection |
iterator | iterator | Read | Returns an iterator for traversing the gradient stop collection |
const_iterator | const_iterator | Read | Returns a const iterator for read‑only traversal of the collection |
Mètodes
| Signature | Description |
|---|---|
GradientStop() → GradientStop | Property provides access to a GradientStop element in the collection |
GradientStop() → GradientStop | |
GradientStop() → GradientStop | |
GradientStop() → GradientStop | |
GradientStop() → GradientStop | |
iterator() → iterator | Returns an iterator for traversing the gradient stop collection |
iterator() → iterator | |
const_iterator() → const_iterator | Returns a const iterator for read‑only traversal of the collection |
const_iterator() → const_iterator | |
init_internal(gs_lst_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize XML-backed gradient stop collection. |
save() | Save changes via the save callback. |
set_color_from_arg(cf: SimpleColorFormat, color: Drawing::Color) | Set color on a SimpleColorFormat from a Drawing::Color value. |
set_color_from_arg(cf: SimpleColorFormat, preset: PresetColor) | Set color on a SimpleColorFormat from a Drawing::Color value. |
set_color_from_arg(cf: SimpleColorFormat, scheme: SchemeColor) | Set color on a SimpleColorFormat from a Drawing::Color value. |