aspose.diagram
Class Group

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

Property Getters/Setters Summary
functiongetDel()
functionsetDel(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.
functiongetDisplayMode()
           When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
functiongetDontMoveChildren()
           Specifies whether you can drag shapes in a group by using the mouse.
functionisDropTarget()
           Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
functionisSnapTarget()
           Specifies whether snapping to a group or to shapes within the group is enabled.
functionisTextEditTarget()
           Specifies how to assign text to a group.
functiongetSelectMode()
           Specifies how the user selects a group shape and its members.
 

Property Getters/Setters Detail

getDel/setDel : Number 

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.

getSelectMode : SelectMode 

function getSelectMode()
Specifies how the user selects a group shape and its members.

getDisplayMode : DisplayMode 

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

isDropTarget : BoolValue 

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

isSnapTarget : BoolValue 

function isSnapTarget()
Specifies whether snapping to a group or to shapes within the group is enabled.

isTextEditTarget : BoolValue 

function isTextEditTarget()
Specifies how to assign text to a group.

getDontMoveChildren : BoolValue 

function getDontMoveChildren()
Specifies whether you can drag shapes in a group by using the mouse.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.