PresetShadowType

PresetShadowType

Overview

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

Represents a preset for a shadow effect.

Values

ValueDescription
TOP_LEFT_DROP_SHADOWRepresents a drop shadow positioned at the top left
TOP_LEFT_LARGE_DROP_SHADOWRepresents a large top‑left drop shadow
BACK_LEFT_LONG_PERSPECTIVE_SHADOWRepresents a long perspective shadow on the back left
BACK_RIGHT_LONG_PERSPECTIVE_SHADOWRepresents a long perspective shadow on the back right
TOP_LEFT_DOUBLE_DROP_SHADOWRepresents a double drop shadow at the top left
BOTTOM_RIGHT_SMALL_DROP_SHADOWRepresents a small drop shadow at the bottom right
FRONT_LEFT_LONG_PERSPECTIVE_SHADOWRepresents a long perspective shadow on the front left
FRONT_RIGHT_LONG_PERSPECTIVE_SHADOWRepresents a long perspective shadow on the front right
OUTER_BOX_SHADOW_3DRepresents a 3D outer box shadow effect
INNER_BOX_SHADOW_3DRepresents a 3D inner box shadow effect
BACK_CENTER_PERSPECTIVE_SHADOWRepresents a perspective shadow centered at the back
TOP_RIGHT_DROP_SHADOWRepresents a drop shadow positioned at the top right
FRONT_BOTTOM_SHADOWRepresents a shadow cast from the front bottom
BACK_LEFT_PERSPECTIVE_SHADOW
BACK_RIGHT_PERSPECTIVE_SHADOW
BOTTOM_LEFT_DROP_SHADOWRepresents a drop shadow positioned at the bottom left
BOTTOM_RIGHT_DROP_SHADOWRepresents a drop shadow positioned at the bottom right
FRONT_LEFT_PERSPECTIVE_SHADOW
FRONT_RIGHT_PERSPECTIVE_SHADOW
TOP_LEFT_SMALL_DROP_SHADOWRepresents a small drop shadow at the top left

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

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

See Also