PresetShadowType

PresetShadowType

Overview

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

Represents a preset for a shadow effect.

Values

ValueDescription
TOP_LEFT_DROP_SHADOWRepresents a drop shadow positioned at the top left of a shape
TOP_LEFT_LARGE_DROP_SHADOW
BACK_LEFT_LONG_PERSPECTIVE_SHADOWRepresents a long perspective shadow behind the shape on the left
BACK_RIGHT_LONG_PERSPECTIVE_SHADOW
TOP_LEFT_DOUBLE_DROP_SHADOWRepresents a double-layered 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 in front of the shape on the left
FRONT_RIGHT_LONG_PERSPECTIVE_SHADOW
OUTER_BOX_SHADOW_3DRepresents a 3‑D outer box shadow surrounding the shape
INNER_BOX_SHADOW_3DRepresents a 3‑D inner box shadow inside the shape’s border
BACK_CENTER_PERSPECTIVE_SHADOWRepresents a perspective shadow behind the shape centered horizontally
TOP_RIGHT_DROP_SHADOW
FRONT_BOTTOM_SHADOWRepresents a shadow cast in front of the shape towards the bottom
BACK_LEFT_PERSPECTIVE_SHADOW
BACK_RIGHT_PERSPECTIVE_SHADOWRepresents a perspective shadow behind the shape on the right side
BOTTOM_LEFT_DROP_SHADOW
BOTTOM_RIGHT_DROP_SHADOWRepresents a drop shadow positioned at the bottom right of a shape
FRONT_LEFT_PERSPECTIVE_SHADOW
FRONT_RIGHT_PERSPECTIVE_SHADOWRepresents a perspective shadow in front of the shape on the right
TOP_LEFT_SMALL_DROP_SHADOW

See Also