GradientShape

Overview

GradientShape is a enum in Aspose.Slides FOSS for Java.

Represents the shape of gradient fill.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined gradient shape
LINEARRepresents a linear gradient shape
RECTANGLERepresents a rectangular gradient shape
RADIAL
PATHRepresents a path‑based gradient shape

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also