Property Getters/Setters Summary | ||
---|---|---|
method | getDel() | |
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. | ||
method | getDisplayMode() | |
method | setDisplayMode(value) | |
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed. | ||
method | getDontMoveChildren() | |
method | setDontMoveChildren(value) | |
Specifies whether you can drag shapes in a group by using the mouse. | ||
method | isDropTarget() | |
method | setDropTarget(value) | |
Specifies whether the group allows a shape to be added to it when the shape is dropped on the group. | ||
method | isSnapTarget() | |
method | setSnapTarget(value) | |
Specifies whether snapping to a group or to shapes within the group is enabled. | ||
method | isTextEditTarget() | |
method | setTextEditTarget(value) | |
Specifies how to assign text to a group. | ||
method | getSelectMode() | |
method | setSelectMode(value) | |
Specifies how the user selects a group shape and its members. |
int getDel() / setDel(value)
SelectMode getSelectMode() / setSelectMode(value)
DisplayMode getDisplayMode() / setDisplayMode(value)
BoolValue isDropTarget() / setDropTarget(value)
BoolValue isSnapTarget() / setSnapTarget(value)
BoolValue isTextEditTarget() / setTextEditTarget(value)