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)
           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()
voidsetDisplayMode(DisplayMode)
           When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
BoolValuegetDontMoveChildren()
voidsetDontMoveChildren(BoolValue)
           Specifies whether you can drag shapes in a group by using the mouse.
BoolValueisDropTarget()
voidsetDropTarget(BoolValue)
           Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
BoolValueisSnapTarget()
voidsetSnapTarget(BoolValue)
           Specifies whether snapping to a group or to shapes within the group is enabled.
BoolValueisTextEditTarget()
voidsetTextEditTarget(BoolValue)
           Specifies how to assign text to a group.
SelectModegetSelectMode()
voidsetSelectMode(SelectMode)
           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/setSelectMode

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

getDisplayMode/setDisplayMode

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

isDropTarget/setDropTarget

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

isSnapTarget/setSnapTarget

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

isTextEditTarget/setTextEditTarget

public BoolValue isTextEditTarget() / public void setTextEditTarget(BoolValue value)
Specifies how to assign text to a group.

getDontMoveChildren/setDontMoveChildren

public BoolValue getDontMoveChildren() / public void setDontMoveChildren(BoolValue value)
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.