GradientStop — Aspose.Slides FOSS Java API Reference
GradientStop — Represents a single gradient stop. Inherits from: PVIObject, IGradientStop.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
position | double | Read/Write | |
color | IColorFormat | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element gsElement, Runnable saveCallback, IBaseSlide parentSlide) | GradientStop | Initializes this gradient stop from the given <a:gs> element, save callback, and parent slide. |
save() | void | Persists changes by invoking the save callback, if one was provided. |
getPosition() | double | |
setPosition(double value) | void | |
getColor() | IColorFormat |