Group

Group class

Contains elements that control how you add shapes to a group, move members of a group, and select groups.

Methods

NameDescription
getDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
getDisplayMode()When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are display
getDontMoveChildren()Specifies whether you can drag shapes in a group by using the mouse.
getSelectMode()Specifies how the user selects a group shape and its members.
isDropTarget()Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
isSnapTarget()Specifies whether snapping to a group or to shapes within the group is enabled.
isTextEditTarget()Specifies how to assign text to a group.
setDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
setDisplayMode()When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are display
setDontMoveChildren()Specifies whether you can drag shapes in a group by using the mouse.
setDropTarget()Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
setSelectMode()Specifies how the user selects a group shape and its members.
setSnapTarget()Specifies whether snapping to a group or to shapes within the group is enabled.
setTextEditTarget()Specifies how to assign text to a group.

getDel()

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.

getDisplayMode()

When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.

getDontMoveChildren()

Specifies whether you can drag shapes in a group by using the mouse.

getSelectMode()

Specifies how the user selects a group shape and its members.

isDropTarget()

Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.

isSnapTarget()

Specifies whether snapping to a group or to shapes within the group is enabled.

isTextEditTarget()

Specifies how to assign text to a group.

setDel()

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.

setDisplayMode()

When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.

setDontMoveChildren()

Specifies whether you can drag shapes in a group by using the mouse.

setDropTarget()

Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.

setSelectMode()

Specifies how the user selects a group shape and its members.

setSnapTarget()

Specifies whether snapping to a group or to shapes within the group is enabled.

setTextEditTarget()

Specifies how to assign text to a group.