GradientFormat

GradientFormat

Overview

GradientFormat is a class in Aspose.Slides FOSS for C++.

Represents gradient fill formatting.

Properties

NameTypeAccessDescription
GradientShapeGradientShapeReadReturns the gradient’s shape enumeration
GradientDirectionGradientDirectionReadReturns the direction of the gradient
NullableBoolNullableBoolReadReturns a nullable boolean indicating a specific flag
TileFlipTileFlipReadGets or sets the tile flip mode of the gradient
GradientStopCollectionGradientStopCollectionReadProvides access to the gradient’s stop collection

Methods

SignatureDescription
GradientShape()GradientShapeReturns the gradient’s shape enumeration
GradientDirection()GradientDirectionReturns the direction of the gradient
NullableBool()NullableBoolReturns a nullable boolean indicating a specific flag
TileFlip()TileFlipGets or sets the tile flip mode of the gradient
GradientStopCollection()GradientStopCollectionProvides 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.

See Also