AutoShapeType
Overview
AutoShapeType is a enum in Aspose.Cells FOSS for Java.
Specifies the type of an auto shape (preset DrawingML geometry).
This enumeration defines 39 values: UNKNOWN, RECTANGLE, ROUNDED_RECTANGLE, ELLIPSE, TRIANGLE, RIGHT_TRIANGLE, DIAMOND, PENTAGON, HEXAGON, OCTAGON, PLUS, CUBE, and 27 more.
Description
AutoShapeType is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like AutoShapeType help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
UNKNOWN | Unknown or unrecognized auto shape type. |
RECTANGLE | Rectangle shape. |
ROUNDED_RECTANGLE | Rectangle with rounded corners. |
ELLIPSE | Ellipse (oval) shape. |
TRIANGLE | Isosceles triangle shape. |
RIGHT_TRIANGLE | Right-angle triangle shape. |
DIAMOND | Diamond (rhombus) shape. |
PENTAGON | Pentagon shape. |
HEXAGON | Hexagon shape. |
OCTAGON | Octagon shape. |
PLUS | Plus sign shape. |
CUBE | Cube shape. |
CYLINDER | Cylinder shape. |
HEART | Heart shape. |
LIGHTNING | Lightning bolt shape. |
SUN | Sun shape. |
MOON | Crescent moon shape. |
CLOUD | Cloud shape. |
RIGHT_ARROW | Right-pointing arrow shape. |
LEFT_ARROW | Left-pointing arrow shape. |
UP_ARROW | Upward-pointing arrow shape. |
DOWN_ARROW | Downward-pointing arrow shape. |
LEFT_RIGHT_ARROW | Bidirectional left-right arrow shape. |
UP_DOWN_ARROW | Bidirectional up-down arrow shape. |
STAR4_POINT | Four-pointed star shape. |
STAR5_POINT | Five-pointed star shape. |
STAR6_POINT | Six-pointed star shape. |
STAR7_POINT | Seven-pointed star shape. |
STAR8_POINT | Eight-pointed star shape. |
STAR10_POINT | Ten-pointed star shape. |
STAR12_POINT | Twelve-pointed star shape. |
STAR16_POINT | Sixteen-pointed star shape. |
STAR24_POINT | Twenty-four-pointed star shape. |
STAR32_POINT | Thirty-two-pointed star shape. |
TEXT_BOX | Text box shape. |
MATH_PLUS | Mathematical plus sign shape. |
STRAIGHT_CONNECTOR | Straight connector line. |
BENT_CONNECTOR | Bent connector line. |
CURVED_CONNECTOR | Curved connector line. |