General
GradientDirection és un enum a Aspose.Slides FOSS per Java.
Representa l’estil de gradient.
Valors
| Value | Description |
|---|
NOT_DEFINED | Represents an undefined gradient direction |
FROM_CORNER1 | Represents gradient direction starting from corner 1 |
FROM_CORNER2 | Represents gradient direction starting from corner 2 |
FROM_CORNER3 | Represents gradient direction starting from corner 3 |
FROM_CORNER4 | Represents gradient direction starting from corner 4 |
FROM_CENTER | Represents gradient direction radiating outward from the center |
Propietats
| Name | Type | Access | Description |
|---|
value | String | Read | Holds the string representation of the gradient direction |
Mètodes
| Signature | Description |
|---|
getValue() → String | Returns the string value of this constant. |