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
| Value | Description |
|---|---|
UNKNOWN | Represents an undefined or unrecognized drawing type |
RECTANGLE | Represents a standard rectangular shape |
ROUNDED_RECTANGLE | Represents a rectangle with rounded corners |
OVAL | Represents an oval or ellipse shape |
DIAMOND | Represents a diamond-shaped figure |
TRIANGLE | Represents an equilateral triangle shape |
RIGHT_TRIANGLE | Represents a right-angled triangle shape |
PARALLELOGRAM | Represents a parallelogram shape |
TRAPEZOID | Represents a trapezoid shape |
HEXAGON | Represents a six-sided polygon shape |
OCTAGON | Represents an eight-sided polygon shape |
CROSS | Represents a cross or plus sign shape |
STAR_4 | Represents a four-pointed star shape |
STAR_5 | Represents a five-pointed star shape |
STAR_6 | Represents a six-pointed star shape |
STAR_7 | Represents a seven-pointed star shape |
STAR_8 | Represents an eight-pointed star shape |
RIGHT_ARROW | Represents a right-pointing arrow shape |
LEFT_ARROW | Represents a left-pointing arrow shape |
UP_ARROW | Represents an upward-pointing arrow shape |
DOWN_ARROW | Represents a downward-pointing arrow shape |
TEXT_BOX | Represents a rectangular text box shape |
CALLOUT | Represents a callout shape with a pointer |
PENTAGON | Represents a five-sided polygon shape |
CLOUD | |
HEART | |
LIGHTNING_BOLT | Represents a lightning bolt shape |
SMILEY_FACE | Represents a smiley face shape |
LEFT_RIGHT_ARROW | Represents a bidirectional left-right arrow shape |
UP_DOWN_ARROW | Represents a bidirectional up-down arrow shape |
CUBE | |
BEVEL |