Enums/FlowChartShapes.ps1

enum FlowchartShapes {
    flowChartProcess
    flowChartAlternateProcess
    flowChartDecision
    flowChartInputOutput
    flowChartPredefinedProcess
    flowChartInternalStorage
    flowChartDocument
    flowChartMultidocument
    flowChartTerminator
    flowChartPreparation
    flowChartManualInput
    flowChartManualOperation
    flowChartConnector
    flowChartOffpageConnector
    flowChartPunchedCard
    flowChartPunchedTape
    flowChartSummingJunction
    flowChartOr
    flowChartCollate
    flowChartSort
    flowChartExtract
    flowChartMerge
    flowChartOnlineStorage
    flowChartDelay
    flowChartMagneticTape
    flowChartMagneticDisk
    flowChartMagneticDrum
    flowChartDisplay
};