java.lang.Object
com.aspose.diagram.Layout
public class Layout
| Property Getters/Setters Summary | ||
|---|---|---|
ConFixedCode | getConFixedCode() | |
| Determines when a connector reroutes. | ||
ConLineJumpCode | getConLineJumpCode() | |
| Determines whether a connector jumps when two connectors cross, | ||
ConLineJumpDirX | getConLineJumpDirX() | |
| Determines the line jump direction for line jumps occurring on a horizontal segment of a dynamic connector. | ||
ConLineJumpDirY | getConLineJumpDirY() | |
| Determines the line jump direction for line jumps occurring on a vertical segment of a dynamic connector. | ||
ConLineJumpStyle | getConLineJumpStyle() | |
| Determines the line jump style for line jumps on a dynamic connector. | ||
ConLineRouteExt | getConLineRouteExt() | |
| Determines the appearance of a connector. | ||
int | getDel() | |
void | setDel(int) | |
| 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. | ||
IntValue | getDisplayLevel() | |
| Determines the display level band (the relative range of Z-order grouping) for the shape. | ||
BoolValue | getRelationships() | |
| Stores the relationships between containers, lists, callouts, and shapes. | ||
ShapeFixedCode | getShapeFixedCode() | |
| Specifies placement behavior for a placeable shape. | ||
BoolValue | getShapePermeablePlace() | |
| Specifies whether placeable shapes can be placed on top of a shape when a user selects Lay Out Shapes (Shapes menu). | ||
BoolValue | getShapePermeableX() | |
| Specifies whether a connector can route horizontally through a shape. | ||
BoolValue | getShapePermeableY() | |
| Specifies whether a connector can route vertically through a shape. | ||
ShapePlaceFlip | getShapePlaceFlip() | |
| Specifies how a placeable shape flips and/or rotates on the page when a user selects Lay Out Shapes (Shapes menu). | ||
ShapePlaceStyle | getShapePlaceStyle() | |
void | setShapePlaceStyle(ShapePlaceStyle) | |
| Determines the placement style for children. | ||
ShapePlowCode | getShapePlowCode() | |
| Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page. | ||
ShapeRouteStyle | getShapeRouteStyle() | |
| Specifies the routing style and direction for a connector on the drawing page. | ||
BoolValue | getShapeSplit() | |
| Determines whether this shape can split shapes that are splittable. | ||
BoolValue | getShapeSplittable() | |
| Determines whether this 1-D shape can be split. | ||
| Property Getters/Setters Detail |
|---|
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getShapePlaceStyle/setShapePlaceStyle | |
public ShapePlaceStyle getShapePlaceStyle() / public void setShapePlaceStyle(ShapePlaceStyle value) | |
getShapePermeableX | |
public BoolValue getShapePermeableX() | |
getShapePermeableY | |
public BoolValue getShapePermeableY() | |
getShapePermeablePlace | |
public BoolValue getShapePermeablePlace() | |
getShapeFixedCode | |
public ShapeFixedCode getShapeFixedCode() | |
getShapePlowCode | |
public ShapePlowCode getShapePlowCode() | |
getShapeRouteStyle | |
public ShapeRouteStyle getShapeRouteStyle() | |
getConFixedCode | |
public ConFixedCode getConFixedCode() | |
getConLineJumpCode | |
public ConLineJumpCode getConLineJumpCode() | |
getConLineJumpStyle | |
public ConLineJumpStyle getConLineJumpStyle() | |
getConLineJumpDirX | |
public ConLineJumpDirX getConLineJumpDirX() | |
getConLineJumpDirY | |
public ConLineJumpDirY getConLineJumpDirY() | |
getShapePlaceFlip | |
public ShapePlaceFlip getShapePlaceFlip() | |
getConLineRouteExt | |
public ConLineRouteExt getConLineRouteExt() | |
getShapeSplit | |
public BoolValue getShapeSplit() | |
getShapeSplittable | |
public BoolValue getShapeSplittable() | |
getRelationships | |
public BoolValue getRelationships() | |
getDisplayLevel | |
public IntValue getDisplayLevel() | |