IGradientFormat — Aspose.Slides FOSS Java API Reference
IGradientFormat — Represents a gradient format.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
tileFlip | TileFlip | Read/Write | |
gradientDirection | GradientDirection | Read/Write | |
linearGradientAngle | double | Read/Write | |
linearGradientScaled | NullableBool | Read/Write | |
gradientShape | GradientShape | Read/Write | |
gradientStops | IGradientStopCollection | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getTileFlip() | TileFlip | Returns or sets the flipping mode for a gradient. |
setTileFlip(TileFlip value) | void | Sets the flipping mode for a gradient. |
getGradientDirection() | GradientDirection | Returns or sets the style of a gradient. |
setGradientDirection(GradientDirection value) | void | Sets the style of a gradient. |
getLinearGradientAngle() | double | Returns or sets the angle of a gradient. |
setLinearGradientAngle(double value) | void | Sets the angle of a gradient. |
getLinearGradientScaled() | NullableBool | Determines whether a gradient is scaled. |
setLinearGradientScaled(NullableBool value) | void | Sets whether a gradient is scaled. |
getGradientShape() | GradientShape | Returns or sets the shape of a gradient. |
setGradientShape(GradientShape value) | void | Sets the shape of a gradient. |
getGradientStops() | IGradientStopCollection | Returns the collection of gradient stops. |