asposediagram.api

Contains elements that control shape placement and connector routing settings.

Property Getters/Setters Summary
methodgetConFixedCode()
Determines when a connector reroutes.
methodgetConLineJumpCode()
Determines whether a connector jumps when two connectors cross,
methodgetConLineJumpDirX()
Determines the line jump direction for line jumps occurring on a horizontal segment of a dynamic connector.
methodgetConLineJumpDirY()
Determines the line jump direction for line jumps occurring on a vertical segment of a dynamic connector.
methodgetConLineJumpStyle()
Determines the line jump style for line jumps on a dynamic connector.
methodgetConLineRouteExt()
Determines the appearance of a connector.
methodgetDel()
method
setDel(value)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
methodgetDisplayLevel()
Determines the display level band (the relative range of Z-order grouping) for the shape.
methodgetRelationships()
Stores the relationships between containers, lists, callouts, and shapes.
methodgetShapeFixedCode()
Specifies placement behavior for a placeable shape.
methodgetShapePermeablePlace()
Specifies whether placeable shapes can be placed on top of a shape when a user selects Lay Out Shapes (Shapes menu).
methodgetShapePermeableX()
Specifies whether a connector can route horizontally through a shape.
methodgetShapePermeableY()
Specifies whether a connector can route vertically through a shape.
methodgetShapePlaceFlip()
Specifies how a placeable shape flips and/or rotates on the page when a user selects Lay Out Shapes (Shapes menu).
methodgetShapePlaceStyle()
method
           Determines the placement style for children.
methodgetShapePlowCode()
Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page.
methodgetShapeRouteStyle()
Specifies the routing style and direction for a connector on the drawing page.
methodgetShapeSplit()
Determines whether this shape can split shapes that are splittable.
methodgetShapeSplittable()
Determines whether this 1-D shape can be split.
 

    • Property Getters/Setters Detail

      • getDel/setDel : int 

        int getDel() / setDel(value)
        
        A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
      • getShapePlaceStyle/setShapePlaceStyle : ShapePlaceStyle 

        ShapePlaceStyle getShapePlaceStyle() / setShapePlaceStyle(value)
        
        Determines the placement style for children.
      • getShapePermeableX : BoolValue 

        BoolValue getShapePermeableX()
        
        Specifies whether a connector can route horizontally through a shape.
      • getShapePermeableY : BoolValue 

        BoolValue getShapePermeableY()
        
        Specifies whether a connector can route vertically through a shape.
      • getShapePermeablePlace : BoolValue 

        BoolValue getShapePermeablePlace()
        
        Specifies whether placeable shapes can be placed on top of a shape when a user selects Lay Out Shapes (Shapes menu).
      • getShapePlowCode : ShapePlowCode 

        ShapePlowCode getShapePlowCode()
        
        Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page.
      • getShapeRouteStyle : ShapeRouteStyle 

        ShapeRouteStyle getShapeRouteStyle()
        
        Specifies the routing style and direction for a connector on the drawing page.
      • getConLineJumpDirX : ConLineJumpDirX 

        ConLineJumpDirX getConLineJumpDirX()
        
        Determines the line jump direction for line jumps occurring on a horizontal segment of a dynamic connector.
      • getConLineJumpDirY : ConLineJumpDirY 

        ConLineJumpDirY getConLineJumpDirY()
        
        Determines the line jump direction for line jumps occurring on a vertical segment of a dynamic connector.
      • getShapePlaceFlip : ShapePlaceFlip 

        ShapePlaceFlip getShapePlaceFlip()
        
        Specifies how a placeable shape flips and/or rotates on the page when a user selects Lay Out Shapes (Shapes menu).
      • getShapeSplit : BoolValue 

        BoolValue getShapeSplit()
        
        Determines whether this shape can split shapes that are splittable.
      • getShapeSplittable : BoolValue 

        BoolValue getShapeSplittable()
        
        Determines whether this 1-D shape can be split.
      • getRelationships : BoolValue 

        BoolValue getRelationships()
        
        Stores the relationships between containers, lists, callouts, and shapes.
      • getDisplayLevel : IntValue 

        IntValue getDisplayLevel()
        
        Determines the display level band (the relative range of Z-order grouping) for the shape.