MsoDrawingType

Overview

MsoDrawingType is a enum in Aspose.Cells FOSS for Python.

Shape preset geometry types (maps to ECMA-376 a:prstGeom prst attributes).

This enumeration defines 32 values: UNKNOWN, RECTANGLE, ROUNDED_RECTANGLE, OVAL, DIAMOND, TRIANGLE, RIGHT_TRIANGLE, PARALLELOGRAM, TRAPEZOID, HEXAGON, OCTAGON, CROSS, and 20 more.

Values

ValueDescription
UNKNOWNRepresents an undefined or unrecognized drawing type
RECTANGLERepresents a standard rectangular shape
ROUNDED_RECTANGLERepresents a rectangle with rounded corners
OVALRepresents an oval or ellipse shape
DIAMONDRepresents a diamond-shaped figure
TRIANGLERepresents an equilateral triangle shape
RIGHT_TRIANGLERepresents a right-angled triangle shape
PARALLELOGRAMRepresents a parallelogram shape
TRAPEZOIDRepresents a trapezoid shape
HEXAGONRepresents a six-sided polygon shape
OCTAGONRepresents an eight-sided polygon shape
CROSSRepresents a cross or plus sign shape
STAR_4Represents a four-pointed star shape
STAR_5Represents a five-pointed star shape
STAR_6Represents a six-pointed star shape
STAR_7Represents a seven-pointed star shape
STAR_8Represents an eight-pointed star shape
RIGHT_ARROWRepresents a right-pointing arrow shape
LEFT_ARROWRepresents a left-pointing arrow shape
UP_ARROWRepresents an upward-pointing arrow shape
DOWN_ARROWRepresents a downward-pointing arrow shape
TEXT_BOXRepresents a rectangular text box shape
CALLOUTRepresents a callout shape with a pointer
PENTAGONRepresents a five-sided polygon shape
CLOUD
HEART
LIGHTNING_BOLTRepresents a lightning bolt shape
SMILEY_FACERepresents a smiley face shape
LEFT_RIGHT_ARROWRepresents a bidirectional left-right arrow shape
UP_DOWN_ARROWRepresents a bidirectional up-down arrow shape
CUBE
BEVEL

See Also