IGradientFormat

General

IGradientFormat és una interfície en Aspose.Slides FOSS per Java.

Representa un format de gradient.

Propietats

NameTypeAccessDescription
tileFlipTileFlipReadGets or sets the TileFlip mode for the gradient
gradientDirectionGradientDirectionReadGets or sets the GradientDirection style
linearGradientAngledoubleReadGets or sets the angle of the linear gradient
linearGradientScaledNullableBoolReadGets or sets whether the linear gradient is scaled
gradientShapeGradientShapeReadGets or sets the GradientShape of the gradient
gradientStopsIGradientStopCollectionReadGets the IGradientStopCollection of gradient stops

Mètodes

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.
 Català