AutoShapeType

Overview

AutoShapeType is a enum in Aspose.Cells FOSS for .NET.

Specifies the type of an auto shape (preset geometry).

This enumeration defines 39 values: Unknown, Rectangle, RoundedRectangle, Ellipse, Triangle, RightTriangle, Diamond, Pentagon, Hexagon, Octagon, Plus, Cube, and 27 more.

Description

AutoShapeType is an enumeration type in the Aspose.Cells FOSS library for .NET. 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

ValueDescription
UnknownRepresents an undefined or unrecognized shape type
RectangleRepresents a rectangular shape
RoundedRectangleRepresents a rectangle with rounded corners
EllipseRepresents an oval shape
TriangleRepresents an equilateral triangle shape
RightTriangleRepresents a right-angled triangle shape
DiamondRepresents a diamond (rhombus) shape
PentagonRepresents a five-sided polygon shape
HexagonRepresents a six-sided polygon shape
OctagonRepresents an eight-sided polygon shape
PlusRepresents a plus sign shape
CubeRepresents a three-dimensional cube shape
CylinderRepresents a cylindrical shape
HeartRepresents a heart-shaped figure
LightningRepresents a lightning bolt shape
Sun
MoonRepresents a crescent moon shape
Cloud
RightArrowRepresents a right-pointing arrow shape
LeftArrowRepresents a left-pointing arrow shape
UpArrowRepresents an upward-pointing arrow shape
DownArrowRepresents a downward-pointing arrow shape
LeftRightArrowRepresents a bidirectional left-right arrow shape
UpDownArrowRepresents a bidirectional up-down arrow shape
Star4PointRepresents a four-pointed star shape
Star5PointRepresents a five-pointed star shape
Star6PointRepresents a six-pointed star shape
Star7PointRepresents a seven-pointed star shape
Star8PointRepresents an eight-pointed star shape
Star10PointRepresents a ten-pointed star shape
Star12Point
Star16Point
Star24Point
Star32Point
TextBox
MathPlus
StraightConnector
BentConnector
CurvedConnector

See Also