java.lang.Object
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 |
int | getDel() | |
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. |
DisplayMode | getDisplayMode() | |
|
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
|
BoolValue | getDontMoveChildren() | |
|
Specifies whether you can drag shapes in a group by using the mouse.
|
BoolValue | isDropTarget() | |
|
Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
|
BoolValue | isSnapTarget() | |
|
Specifies whether snapping to a group or to shapes within the group is enabled.
|
BoolValue | isTextEditTarget() | |
|
Specifies how to assign text to a group.
|
SelectMode | getSelectMode() | |
|
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.
-
Specifies how the user selects a group shape and its members.
-
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
-
Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
-
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.