com.aspose.diagram
Class Group

java.lang.Object
    extended by com.aspose.diagram.Group

public class Group 
extends java.lang.Object

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

Property Getters/Setters Summary
intgetDel()
voidsetDel(int 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.
DisplayModegetDisplayMode()
           When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
BoolValuegetDontMoveChildren()
           Specifies whether you can drag shapes in a group by using the mouse.
BoolValueisDropTarget()
           Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
BoolValueisSnapTarget()
           Specifies whether snapping to a group or to shapes within the group is enabled.
BoolValueisTextEditTarget()
           Specifies how to assign text to a group.
SelectModegetSelectMode()
           Specifies how the user selects a group shape and its members.
 

Property Getters/Setters Detail

getDel/setDel

public int getDel() / public void setDel(int 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

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

getDisplayMode

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

isDropTarget

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

isSnapTarget

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

isTextEditTarget

public BoolValue isTextEditTarget()
Specifies how to assign text to a group.

getDontMoveChildren

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

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