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