PresetShadowType
Overview
PresetShadowType is a enum in Aspose.Slides FOSS for Java.
Represents a preset for a shadow effect.
This enum provides 1 method for working with PresetShadowType 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 |
|---|---|
TOP_LEFT_DROP_SHADOW | Represents a drop shadow positioned at the top left |
TOP_LEFT_LARGE_DROP_SHADOW | Represents a large top‑left drop shadow |
BACK_LEFT_LONG_PERSPECTIVE_SHADOW | Represents a long perspective shadow on the back left |
BACK_RIGHT_LONG_PERSPECTIVE_SHADOW | Represents a long perspective shadow on the back right |
TOP_LEFT_DOUBLE_DROP_SHADOW | Represents a double drop shadow at the top left |
BOTTOM_RIGHT_SMALL_DROP_SHADOW | Represents a small drop shadow at the bottom right |
FRONT_LEFT_LONG_PERSPECTIVE_SHADOW | Represents a long perspective shadow on the front left |
FRONT_RIGHT_LONG_PERSPECTIVE_SHADOW | Represents a long perspective shadow on the front right |
OUTER_BOX_SHADOW_3D | Represents a 3D outer box shadow effect |
INNER_BOX_SHADOW_3D | Represents a 3D inner box shadow effect |
BACK_CENTER_PERSPECTIVE_SHADOW | Represents a perspective shadow centered at the back |
TOP_RIGHT_DROP_SHADOW | Represents a drop shadow positioned at the top right |
FRONT_BOTTOM_SHADOW | Represents a shadow cast from the front bottom |
BACK_LEFT_PERSPECTIVE_SHADOW | |
BACK_RIGHT_PERSPECTIVE_SHADOW | |
BOTTOM_LEFT_DROP_SHADOW | Represents a drop shadow positioned at the bottom left |
BOTTOM_RIGHT_DROP_SHADOW | Represents a drop shadow positioned at the bottom right |
FRONT_LEFT_PERSPECTIVE_SHADOW | |
FRONT_RIGHT_PERSPECTIVE_SHADOW | |
TOP_LEFT_SMALL_DROP_SHADOW | Represents a small drop shadow at the top 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. |