IGradientFormat
Overview
IGradientFormat is a interface in Aspose.Slides FOSS for Java.
Inherits from: IFillParamSource.
Represents a gradient format.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
tileFlip | TileFlip | Read | Returns or sets the flipping mode for a gradient. |
gradientDirection | GradientDirection | Read | Returns or sets the style of a gradient. |
linearGradientAngle | double | Read | Returns or sets the angle of a gradient. |
linearGradientScaled | NullableBool | Read | Determines whether a gradient is scaled. |
gradientShape | GradientShape | Read | Returns or sets the shape of a gradient. |
gradientStops | IGradientStopCollection | Read | Returns the collection of gradient stops. |
Methods
| Signature | Description |
|---|---|
getTileFlip() → TileFlip | Returns or sets the flipping mode for a gradient. |
setTileFlip(value: TileFlip) | Sets the flipping mode for a gradient. |
getGradientDirection() → GradientDirection | Returns or sets the style of a gradient. |
setGradientDirection(value: GradientDirection) | Sets the style of a gradient. |
getLinearGradientAngle() → double | Returns or sets the angle of a gradient. |
setLinearGradientAngle(value: double) | Sets the angle of a gradient. |
getLinearGradientScaled() → NullableBool | Determines whether a gradient is scaled. |
setLinearGradientScaled(value: NullableBool) | Sets whether a gradient is scaled. |
getGradientShape() → GradientShape | Returns or sets the shape of a gradient. |
setGradientShape(value: GradientShape) | Sets the shape of a gradient. |
getGradientStops() → IGradientStopCollection | Returns the collection of gradient stops. |