BevelPresetType

Overview

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

Constants which define 3D bevel of shape.

This enumeration defines 13 values: NOT_DEFINED, ANGLE, ART_DECO, CIRCLE, CONVEX, COOL_SLANT, CROSS, DIVOT, HARD_EDGE, RELAXED_INSET, RIBLET, SLOPE, and 1 more.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined or default bevel preset
ANGLERepresents a bevel preset with an angled profile
ART_DECORepresents an Art Deco style bevel preset
CIRCLERepresents a circular bevel preset
CONVEXRepresents a convex-shaped bevel preset
COOL_SLANTRepresents a cool slanted bevel preset
CROSS
DIVOTRepresents a divot (inward) bevel preset
HARD_EDGERepresents a hard-edged bevel preset
RELAXED_INSETRepresents a relaxed inset bevel preset
RIBLETRepresents a riblet (grooved) bevel preset
SLOPERepresents a sloped bevel preset
SOFT_ROUNDRepresents a soft round bevel preset

See Also