GradientShape
Overview
GradientShape is a enum in Aspose.Slides FOSS for Java.
Represents the shape of gradient fill.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined gradient shape |
LINEAR | Represents a linear gradient shape |
RECTANGLE | Represents a rectangular gradient shape |
RADIAL | |
PATH | Represents a path‑based gradient shape |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | String | Read | Returns the string value of this constant. |
Methods
| Signature | Description |
|---|---|
getValue() → String | Returns the string value of this constant. |