IGradientFormat

IGradientFormat

Overview

IGradientFormat is a interface in Aspose.Slides FOSS for Java. Inherits from: IFillParamSource.

Represents a gradient format.

Properties

NameTypeAccessDescription
tileFlipTileFlipReadReturns or sets the flipping mode for a gradient.
gradientDirectionGradientDirectionReadReturns or sets the style of a gradient.
linearGradientAngledoubleReadReturns or sets the angle of a gradient.
linearGradientScaledNullableBoolReadDetermines whether a gradient is scaled.
gradientShapeGradientShapeReadReturns or sets the shape of a gradient.
gradientStopsIGradientStopCollectionReadReturns the collection of gradient stops.

Methods

SignatureDescription
getTileFlip()TileFlipReturns or sets the flipping mode for a gradient.
setTileFlip(value: TileFlip)Sets the flipping mode for a gradient.
getGradientDirection()GradientDirectionReturns or sets the style of a gradient.
setGradientDirection(value: GradientDirection)Sets the style of a gradient.
getLinearGradientAngle()doubleReturns or sets the angle of a gradient.
setLinearGradientAngle(value: double)Sets the angle of a gradient.
getLinearGradientScaled()NullableBoolDetermines whether a gradient is scaled.
setLinearGradientScaled(value: NullableBool)Sets whether a gradient is scaled.
getGradientShape()GradientShapeReturns or sets the shape of a gradient.
setGradientShape(value: GradientShape)Sets the shape of a gradient.
getGradientStops()IGradientStopCollectionReturns the collection of gradient stops.

See Also