GradientFormat
Overview
GradientFormat is a class in Aspose.Slides FOSS for C++.
Represents gradient fill formatting.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
GradientShape | GradientShape | Read | Returns the gradient’s shape enumeration |
GradientDirection | GradientDirection | Read | Returns the direction of the gradient |
NullableBool | NullableBool | Read | Returns a nullable boolean indicating a specific flag |
TileFlip | TileFlip | Read | Gets or sets the tile flip mode of the gradient |
GradientStopCollection | GradientStopCollection | Read | Provides access to the gradient’s stop collection |
Methods
| Signature | Description |
|---|---|
GradientShape() → GradientShape | Returns the gradient’s shape enumeration |
GradientDirection() → GradientDirection | Returns the direction of the gradient |
NullableBool() → NullableBool | Returns a nullable boolean indicating a specific flag |
TileFlip() → TileFlip | Gets or sets the tile flip mode of the gradient |
GradientStopCollection() → GradientStopCollection | Provides access to the gradient’s stop collection |
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. |