GradientFormat — Aspose.Slides FOSS Java API Reference
GradientFormat — Represents a gradient format. Inherits from: PVIObject, IGradientFormat, IFillParamSource.
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 |
|---|---|---|
initInternal(Element gradFillElement, Runnable saveCallback, IBaseSlide parentSlide) | void | Internal initialization. |
getTileFlip() | TileFlip | |
setTileFlip(TileFlip value) | void | |
getGradientDirection() | GradientDirection | |
setGradientDirection(GradientDirection value) | void | |
getLinearGradientAngle() | double | |
setLinearGradientAngle(double value) | void | |
getLinearGradientScaled() | NullableBool | |
setLinearGradientScaled(NullableBool value) | void | |
getGradientShape() | GradientShape | |
setGradientShape(GradientShape value) | void | |
getGradientStops() | IGradientStopCollection |