IGradientFormat
General
IGradientFormat és una interfície en Aspose.Slides FOSS per Java.
Representa un format de gradient.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
tileFlip | TileFlip | Read | Gets or sets the TileFlip mode for the gradient |
gradientDirection | GradientDirection | Read | Gets or sets the GradientDirection style |
linearGradientAngle | double | Read | Gets or sets the angle of the linear gradient |
linearGradientScaled | NullableBool | Read | Gets or sets whether the linear gradient is scaled |
gradientShape | GradientShape | Read | Gets or sets the GradientShape of the gradient |
gradientStops | IGradientStopCollection | Read | Gets the IGradientStopCollection of gradient stops |
Mètodes
| 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. |