IGradientFormat

IGradientFormat — Aspose.Slides FOSS Java API Reference

IGradientFormat — Represents a gradient format.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
tileFlipTileFlipRead/Write
gradientDirectionGradientDirectionRead/Write
linearGradientAngledoubleRead/Write
linearGradientScaledNullableBoolRead/Write
gradientShapeGradientShapeRead/Write
gradientStopsIGradientStopCollectionRead/Write

Methods

MethodReturnsDescription
getTileFlip()TileFlipReturns or sets the flipping mode for a gradient.
setTileFlip(TileFlip value)voidSets the flipping mode for a gradient.
getGradientDirection()GradientDirectionReturns or sets the style of a gradient.
setGradientDirection(GradientDirection value)voidSets the style of a gradient.
getLinearGradientAngle()doubleReturns or sets the angle of a gradient.
setLinearGradientAngle(double value)voidSets the angle of a gradient.
getLinearGradientScaled()NullableBoolDetermines whether a gradient is scaled.
setLinearGradientScaled(NullableBool value)voidSets whether a gradient is scaled.
getGradientShape()GradientShapeReturns or sets the shape of a gradient.
setGradientShape(GradientShape value)voidSets the shape of a gradient.
getGradientStops()IGradientStopCollectionReturns the collection of gradient stops.

See Also