GradientFormat
General
GradientFormat és una classe en Aspose.Slides FOSS per a C++.
Representa el format de rellotge per gradient.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
GradientShape | GradientShape | Read | Property gets or sets the gradient shape of the fill |
GradientDirection | GradientDirection | Read | Returns the direction enumeration of the gradient |
NullableBool | NullableBool | Read | Property gets or sets a nullable boolean flag related to the gradient |
TileFlip | TileFlip | Read | Property gets or sets the tile flip mode for the gradient |
GradientStopCollection | GradientStopCollection | Read | Returns the collection of gradient stops defining color transitions |
Mètodes
| Signature | Description |
|---|---|
GradientShape() → GradientShape | Property gets or sets the gradient shape of the fill |
GradientDirection() → GradientDirection | Returns the direction enumeration of the gradient |
NullableBool() → NullableBool | Property gets or sets a nullable boolean flag related to the gradient |
TileFlip() → TileFlip | Property gets or sets the tile flip mode for the gradient |
GradientStopCollection() → GradientStopCollection | Returns the collection of gradient stops defining color transitions |
GradientStopCollection() → GradientStopCollection | |
init_internal(grad_fill_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize XML-backed gradient format. |
save() | Save changes via the save callback. |