Skip to main content

DiagramShapeType Enum

Lists built-in shapes’ types.

Declaration

declare enum DiagramShapeType {
    Text = 0,
    Rectangle = 1,
    Ellipse = 2,
    Cross = 3,
    Triangle = 4,
    Diamond = 5,
    Heart = 6,
    Pentagon = 7,
    Hexagon = 8,
    Octagon = 9,
    Star = 10,
    ArrowLeft = 11,
    ArrowTop = 12,
    ArrowRight = 13,
    ArrowBottom = 14,
    ArrowNorthSouth = 15,
    ArrowEastWest = 16,
    Process = 17,
    Decision = 18,
    Terminator = 19,
    PredefinedProcess = 20,
    Document = 21,
    MultipleDocuments = 22,
    ManualInput = 23,
    Preparation = 24,
    Data = 25,
    Database = 26,
    HardDisk = 27,
    InternalStorage = 28,
    PaperTape = 29,
    ManualOperation = 30,
    Delay = 31,
    StoredData = 32,
    Display = 33,
    Merge = 34,
    Connector = 35,
    Or = 36,
    SummingJunction = 37,
    VerticalContainer = 38,
    HorizontalContainer = 39,
    CardWithImageOnLeft = 40,
    CardWithImageOnTop = 41,
    CardWithImageOnRight = 42,
}

Members

Name Description
ArrowBottom

Diagram Shape Type

ArrowEastWest

Diagram Shape Type

ArrowLeft

Diagram Shape Type

ArrowNorthSouth

Diagram Shape Type

ArrowRight

Diagram Shape Type

ArrowTop

Diagram Shape Type

CardWithImageOnLeft

Diagram Shape Type

CardWithImageOnRight

Diagram Shape Type

CardWithImageOnTop

Diagram Shape Type

Connector

Diagram Shape Type

Cross

Diagram Shape Type

Data

Diagram Shape Type

Database

Diagram Shape Type

Decision

Diagram Shape Type

Delay

Diagram Shape Type

Diamond

Diagram Shape Type

Display

Diagram Shape Type

Document

Diagram Shape Type

Ellipse

Diagram Shape Type

HardDisk

Diagram Shape Type

Heart

Diagram Shape Type

Hexagon

Diagram Shape Type

HorizontalContainer

Diagram Shape Type

InternalStorage

Diagram Shape Type

ManualInput

Diagram Shape Type

ManualOperation

Diagram Shape Type

Merge

Diagram Shape Type

MultipleDocuments

Diagram Shape Type

Octagon

Diagram Shape Type

Or

Diagram Shape Type

PaperTape

Diagram Shape Type

Pentagon

Diagram Shape Type

PredefinedProcess

Diagram Shape Type

Preparation

Diagram Shape Type

Process

Diagram Shape Type

Rectangle

Diagram Shape Type

Star

Diagram Shape Type

StoredData

Diagram Shape Type

SummingJunction

Diagram Shape Type

Terminator

Diagram Shape Type

Text

Text

Triangle

Diagram Shape Type

VerticalContainer

Diagram Shape Type

See Also