LightingDirection
Overview
LightingDirection is a enum in Aspose.Slides FOSS for Java.
Constants which define light directions.
This enum provides 1 method for working with LightingDirection objects in Java programs.
Available methods include: getValue.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: value.
Values
| Value | Description |
|---|---|
NOT_DEFINED | Represents an undefined lighting direction |
TOP_LEFT | Represents lighting from the top‑left |
TOP | |
TOP_RIGHT | Represents lighting from the top‑right |
RIGHT | |
BOTTOM_RIGHT | Represents lighting from the bottom‑right |
BOTTOM | |
BOTTOM_LEFT | Represents lighting from the bottom‑left |
LEFT |
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. |