MsoDrawingType

Overview

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

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

Values

ValueDescription
UNKNOWNRepresents an undefined or unrecognized drawing type
RECTANGLERepresents a standard rectangular shape
ROUNDED_RECTANGLERepresents a rectangle with rounded corners
OVALRepresents an elliptical or circular 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‑shaped figure
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 and text area
PENTAGONRepresents a five‑sided polygon shape
CLOUD
HEART
LIGHTNING_BOLTRepresents a lightning‑bolt shape
SMILEY_FACERepresents a smiley‑face emoticon shape
LEFT_RIGHT_ARROWRepresents a bidirectional left‑right arrow shape
UP_DOWN_ARROWRepresents a bidirectional up‑down arrow shape
CUBE
BEVEL

See Also