public class GraphicalObjectLock extends BaseShapeLock implements IGraphicalObjectLock
Determines which operations are disabled on the parent GraphicalObject.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing.
|
boolean |
getDrilldownLocked()
Determines whether selecting subshapes of this object is forbidden.
|
boolean |
getGroupingLocked()
Determines whether adding this shape to a group is forbidden.
|
boolean |
getPositionLocked()
Determines whether moving this shape is forbidden.
|
boolean |
getSelectLocked()
Determines whether selecting this shape is forbidden.
|
boolean |
getSizeLocked()
Determines whether resizing this shape is forbidden.
|
void |
setAspectRatioLocked(boolean value)
Determines whether shape have to preserve aspect ratio on resizing.
|
void |
setDrilldownLocked(boolean value)
Determines whether selecting subshapes of this object is forbidden.
|
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 |
setSelectLocked(boolean value)
Determines whether selecting this shape is forbidden.
|
void |
setSizeLocked(boolean value)
Determines whether resizing this shape 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 IGraphicalObjectLockpublic void setGroupingLocked(boolean value)
Determines whether adding this shape to a group is forbidden.
Read/write boolean.
setGroupingLocked in interface IGraphicalObjectLockpublic boolean getDrilldownLocked()
Determines whether selecting subshapes of this object is forbidden.
Read/write boolean.
getDrilldownLocked in interface IGraphicalObjectLockpublic void setDrilldownLocked(boolean value)
Determines whether selecting subshapes of this object is forbidden.
Read/write boolean.
setDrilldownLocked in interface IGraphicalObjectLockpublic boolean getSelectLocked()
Determines whether selecting this shape is forbidden.
Read/write boolean.
getSelectLocked in interface IGraphicalObjectLockpublic void setSelectLocked(boolean value)
Determines whether selecting this shape is forbidden.
Read/write boolean.
setSelectLocked in interface IGraphicalObjectLockpublic boolean getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing.
Read/write boolean.
getAspectRatioLocked in interface IGraphicalObjectLockpublic void setAspectRatioLocked(boolean value)
Determines whether shape have to preserve aspect ratio on resizing.
Read/write boolean.
setAspectRatioLocked in interface IGraphicalObjectLockpublic boolean getPositionLocked()
Determines whether moving this shape is forbidden.
Read/write boolean.
getPositionLocked in interface IGraphicalObjectLockpublic void setPositionLocked(boolean value)
Determines whether moving this shape is forbidden.
Read/write boolean.
setPositionLocked in interface IGraphicalObjectLockpublic boolean getSizeLocked()
Determines whether resizing this shape is forbidden.
Read/write boolean.
getSizeLocked in interface IGraphicalObjectLockpublic void setSizeLocked(boolean value)
Determines whether resizing this shape is forbidden.
Read/write boolean.
setSizeLocked in interface IGraphicalObjectLockCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.