public class GroupShapeLock extends BaseShapeLock implements IGroupShapeLock
Determines which operations are disabled on the parent GroupShape.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing.
|
boolean |
getGroupingLocked()
Determines whether adding this shape to a group is forbidden.
|
boolean |
getPositionLocked()
Determines whether moving this shape is forbidden.
|
boolean |
getRotationLocked()
Determines whether changing rotation angle of this shape is forbidden.
|
boolean |
getSelectLocked()
Determines whether selecting this shape is forbidden.
|
boolean |
getSizeLocked()
Determines whether resizing this shape is forbidden.
|
boolean |
getUngroupingLocked()
Determines whether splitting this groupshape is forbidden.
|
void |
setAspectRatioLocked(boolean value)
Determines whether shape have to preserve aspect ratio on resizing.
|
void |
setGroupingLocked(boolean value)
Determines whether adding this shape to a group is forbidden.
|
void |
setPositionLocked(boolean value)
Determines whether moving this shape is forbidden.
|
void |
setRotationLocked(boolean value)
Determines whether changing rotation angle of this shape is forbidden.
|
void |
setSelectLocked(boolean value)
Determines whether selecting this shape is forbidden.
|
void |
setSizeLocked(boolean value)
Determines whether resizing this shape is forbidden.
|
void |
setUngroupingLocked(boolean value)
Determines whether splitting this groupshape is forbidden.
|
getNoLocksequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNoLockspublic boolean getGroupingLocked()
Determines whether adding this shape to a group is forbidden.
Read/write boolean.
getGroupingLocked in interface IGroupShapeLockpublic void setGroupingLocked(boolean value)
Determines whether adding this shape to a group is forbidden.
Read/write boolean.
setGroupingLocked in interface IGroupShapeLockpublic boolean getUngroupingLocked()
Determines whether splitting this groupshape is forbidden.
Read/write boolean.
getUngroupingLocked in interface IGroupShapeLockpublic void setUngroupingLocked(boolean value)
Determines whether splitting this groupshape is forbidden.
Read/write boolean.
setUngroupingLocked in interface IGroupShapeLockpublic boolean getSelectLocked()
Determines whether selecting this shape is forbidden.
Read/write boolean.
getSelectLocked in interface IGroupShapeLockpublic void setSelectLocked(boolean value)
Determines whether selecting this shape is forbidden.
Read/write boolean.
setSelectLocked in interface IGroupShapeLockpublic boolean getRotationLocked()
Determines whether changing rotation angle of this shape is forbidden.
Read/write boolean.
getRotationLocked in interface IGroupShapeLockpublic void setRotationLocked(boolean value)
Determines whether changing rotation angle of this shape is forbidden.
Read/write boolean.
setRotationLocked in interface IGroupShapeLockpublic boolean getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing.
Read/write boolean.
getAspectRatioLocked in interface IGroupShapeLockpublic void setAspectRatioLocked(boolean value)
Determines whether shape have to preserve aspect ratio on resizing.
Read/write boolean.
setAspectRatioLocked in interface IGroupShapeLockpublic boolean getPositionLocked()
Determines whether moving this shape is forbidden.
Read/write boolean.
getPositionLocked in interface IGroupShapeLockpublic void setPositionLocked(boolean value)
Determines whether moving this shape is forbidden.
Read/write boolean.
setPositionLocked in interface IGroupShapeLockpublic boolean getSizeLocked()
Determines whether resizing this shape is forbidden.
Read/write boolean.
getSizeLocked in interface IGroupShapeLockpublic void setSizeLocked(boolean value)
Determines whether resizing this shape is forbidden.
Read/write boolean.
setSizeLocked in interface IGroupShapeLockCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.