GradientFormat

General

GradientFormat is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IGradientFormat, IFillParamSource.

GradientFormat és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚ PVIObject⌒, ∂IGradientFormatヽ , ̋IFillParamSource` .

Representa un format de gradient.

Propietats

NameTypeAccessDescription
tileFlipTileFlipReadProperty gets or sets the TileFlip mode of the gradient
gradientDirectionGradientDirectionReadProperty gets or sets the gradient direction
linearGradientAngledoubleReadProperty gets or sets the linear gradient angle
linearGradientScaledNullableBoolReadProperty gets or sets the scaling flag for linear gradients
gradientShapeGradientShapeReadProperty gets or sets the gradient shape
gradientStopsIGradientStopCollectionReadProperty provides access to the gradient stop collection

Mètodes

SignatureDescription
GradientFormat()Creates a new uninitialized GradientFormat.
GradientFormat(gradFill: Element, saveCallback: Runnable)Creates a new GradientFormat backed by the given {@code <a:gradFill>} element.
initInternal(gradFillElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)Internal initialization.
getTileFlip()TileFlipReturns the current TileFlip setting of the gradient
setTileFlip(value: TileFlip)Sets the TileFlip mode for the gradient
getGradientDirection()GradientDirectionReturns the gradient’s direction enumeration
setGradientDirection(value: GradientDirection)Sets the gradient’s direction
getLinearGradientAngle()doubleReturns the angle of a linear gradient in degrees
setLinearGradientAngle(value: double)Sets the angle of a linear gradient
getLinearGradientScaled()NullableBoolReturns whether the linear gradient is scaled (NullableBool)
setLinearGradientScaled(value: NullableBool)Sets the scaling flag for the linear gradient
getGradientShape()GradientShapeReturns the shape type of the gradient
setGradientShape(value: GradientShape)Sets the gradient’s shape
getGradientStops()IGradientStopCollectionReturns the collection of gradient stops
 Català