com.aspose.diagram

  • java.lang.Object
    • com.aspose.diagram.Layout
public class Layout 
extends java.lang.Object

Contains elements that control shape placement and connector routing settings.

Property Getters/Setters Summary
ConFixedCodegetConFixedCode()
Determines when a connector reroutes.
ConLineJumpCodegetConLineJumpCode()
Determines whether a connector jumps when two connectors cross,
ConLineJumpDirXgetConLineJumpDirX()
Determines the line jump direction for line jumps occurring on a horizontal segment of a dynamic connector.
ConLineJumpDirYgetConLineJumpDirY()
Determines the line jump direction for line jumps occurring on a vertical segment of a dynamic connector.
ConLineJumpStylegetConLineJumpStyle()
Determines the line jump style for line jumps on a dynamic connector.
ConLineRouteExtgetConLineRouteExt()
Determines the appearance of a connector.
intgetDel()
void
setDel(intvalue)
           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.
IntValuegetDisplayLevel()
Determines the display level band (the relative range of Z-order grouping) for the shape.
BoolValuegetRelationships()
Stores the relationships between containers, lists, callouts, and shapes.
ShapeFixedCodegetShapeFixedCode()
Specifies placement behavior for a placeable shape.
BoolValuegetShapePermeablePlace()
Specifies whether placeable shapes can be placed on top of a shape when a user selects Lay Out Shapes (Shapes menu).
BoolValuegetShapePermeableX()
Specifies whether a connector can route horizontally through a shape.
BoolValuegetShapePermeableY()
Specifies whether a connector can route vertically through a shape.
ShapePlaceFlipgetShapePlaceFlip()
Specifies how a placeable shape flips and/or rotates on the page when a user selects Lay Out Shapes (Shapes menu).
ShapePlaceStylegetShapePlaceStyle()
void
           Determines the placement style for children.
ShapePlowCodegetShapePlowCode()
Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page.
ShapeRouteStylegetShapeRouteStyle()
Specifies the routing style and direction for a connector on the drawing page.
BoolValuegetShapeSplit()
Determines whether this shape can split shapes that are splittable.
BoolValuegetShapeSplittable()
Determines whether this 1-D shape can be split.
 

    • Property Getters/Setters Detail

      • getDel/setDel

        public int getDel() / public void setDel(int 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

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

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

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

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

        public ShapeFixedCode getShapeFixedCode()
        
        Specifies placement behavior for a placeable shape.
      • getShapePlowCode

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

        public ShapeRouteStyle getShapeRouteStyle()
        
        Specifies the routing style and direction for a connector on the drawing page.
      • getConFixedCode

        public ConFixedCode getConFixedCode()
        
        Determines when a connector reroutes.
      • getConLineJumpCode

        public ConLineJumpCode getConLineJumpCode()
        
        Determines whether a connector jumps when two connectors cross,
      • getConLineJumpStyle

        public ConLineJumpStyle getConLineJumpStyle()
        
        Determines the line jump style for line jumps on a dynamic connector.
      • getConLineJumpDirX

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

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

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

        public ConLineRouteExt getConLineRouteExt()
        
        Determines the appearance of a connector.
      • getShapeSplit

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

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

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

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