GradientStop — Aspose.Slides FOSS Java API Reference

GradientStop — Represents a single gradient stop. Inherits from: PVIObject, IGradientStop.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
positiondoubleRead/Write
colorIColorFormatRead/Write

Methods

MethodReturnsDescription
initInternal(Element gsElement, Runnable saveCallback, IBaseSlide parentSlide)GradientStopInitializes this gradient stop from the given <a:gs> element, save callback, and parent slide.
save()voidPersists changes by invoking the save callback, if one was provided.
getPosition()double
setPosition(double value)void
getColor()IColorFormat

See Also