asposediagram.api

Class RouteStyleValue

Utility class containing constants. Specifies the routing style and direction for all dynamic connectors on the drawing page that don't have a local routing style.

Field Summary
const  intDEFAULT_RIGHT_ANGLE
Default. Right angle.
const  intRIGHT_ANGLE
Right angle.
const  intSTRAIGHT
Straight.
const  intORGANIZATION_CHART_TOP_TO_BOTTOM
Organization chart top to bottom.
const  intORGANIZATION_CHART_LEFT_TO_RIGHT
Organization chart left to right.
const  intFLOWCHART_TOP_TO_BOTTOM
Flow chart top to bottom.
const  intFLOWCHART_LEFT_TO_RIGHT
Flow chart left to right.
const  intTREE_TOP_TO_BOTTOM
Tree top to bottom.
const  intTREE_LEFT_TO_RIGHT
Tree left to right.
const  intNETWORK
Network.
const  intORGANIZATION_CHART_BOTTOM_TO_TOP
Organization chart bottom to top.
const  intORGANIZATION_CHART_RIGHT_TO_LEFT
Organization chart right to left.
const  intFLOWCHART_BOTTOM_TO_TOP
Flowchart bottom to top.
const  intFLOWCHART_RIGHT_TO_LEFT
Flowchart right to left.
const  intTREE_BOTTOM_TO_TOP
Tree bottom to top.
const  intTREE_RIGHT_TO_LEFT
Tree right to left.
const  intCENTER_TO_CENTER
Center to center.
const  intSIMPLE_TOP_TO_BOTTOM
Simple top to bottom.
const  intSIMPLE_LEFT_TO_RIGHT
Simple left to right.
const  intSIMPLE_BOTTOM_TO_TOP
Simple bottom to top.
const  intSIMPLE_RIGHT_TO_LEFT
Simple right to left.
const  intSIMPLE_HORIZONTAL_VERTICAL
Simple horizontal vertical.
const  intSIMPLE_VERTICAL_HORIZONTAL
Simple vertical horizontal.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • DEFAULT_RIGHT_ANGLE

        const int DEFAULT_RIGHT_ANGLE
        Default. Right angle.
      • RIGHT_ANGLE

        const int RIGHT_ANGLE
        Right angle.
      • STRAIGHT

        const int STRAIGHT
        Straight.
      • ORGANIZATION_CHART_TOP_TO_BOTTOM

        const int ORGANIZATION_CHART_TOP_TO_BOTTOM
        Organization chart top to bottom.
      • ORGANIZATION_CHART_LEFT_TO_RIGHT

        const int ORGANIZATION_CHART_LEFT_TO_RIGHT
        Organization chart left to right.
      • FLOWCHART_TOP_TO_BOTTOM

        const int FLOWCHART_TOP_TO_BOTTOM
        Flow chart top to bottom.
      • FLOWCHART_LEFT_TO_RIGHT

        const int FLOWCHART_LEFT_TO_RIGHT
        Flow chart left to right.
      • TREE_TOP_TO_BOTTOM

        const int TREE_TOP_TO_BOTTOM
        Tree top to bottom.
      • TREE_LEFT_TO_RIGHT

        const int TREE_LEFT_TO_RIGHT
        Tree left to right.
      • NETWORK

        const int NETWORK
        Network.
      • ORGANIZATION_CHART_BOTTOM_TO_TOP

        const int ORGANIZATION_CHART_BOTTOM_TO_TOP
        Organization chart bottom to top.
      • ORGANIZATION_CHART_RIGHT_TO_LEFT

        const int ORGANIZATION_CHART_RIGHT_TO_LEFT
        Organization chart right to left.
      • FLOWCHART_BOTTOM_TO_TOP

        const int FLOWCHART_BOTTOM_TO_TOP
        Flowchart bottom to top.
      • FLOWCHART_RIGHT_TO_LEFT

        const int FLOWCHART_RIGHT_TO_LEFT
        Flowchart right to left.
      • TREE_BOTTOM_TO_TOP

        const int TREE_BOTTOM_TO_TOP
        Tree bottom to top.
      • TREE_RIGHT_TO_LEFT

        const int TREE_RIGHT_TO_LEFT
        Tree right to left.
      • CENTER_TO_CENTER

        const int CENTER_TO_CENTER
        Center to center.
      • SIMPLE_TOP_TO_BOTTOM

        const int SIMPLE_TOP_TO_BOTTOM
        Simple top to bottom.
      • SIMPLE_LEFT_TO_RIGHT

        const int SIMPLE_LEFT_TO_RIGHT
        Simple left to right.
      • SIMPLE_BOTTOM_TO_TOP

        const int SIMPLE_BOTTOM_TO_TOP
        Simple bottom to top.
      • SIMPLE_RIGHT_TO_LEFT

        const int SIMPLE_RIGHT_TO_LEFT
        Simple right to left.
      • SIMPLE_HORIZONTAL_VERTICAL

        const int SIMPLE_HORIZONTAL_VERTICAL
        Simple horizontal vertical.
      • SIMPLE_VERTICAL_HORIZONTAL

        const int SIMPLE_VERTICAL_HORIZONTAL
        Simple vertical horizontal.
      • UNDEFINED

        const int UNDEFINED
        Undefined.