IGraphicalObjectLock
All Implemented Interfaces: com.aspose.slides.IBaseShapeLock
public interface IGraphicalObjectLock extends IBaseShapeLock
Determines which operations are disabled on the parent GraphicalObject.
Methods
Method | Description |
---|---|
getGroupingLocked() | Determines whether adding this shape to a group is forbidden. |
setGroupingLocked(boolean value) | Determines whether adding this shape to a group is forbidden. |
getDrilldownLocked() | Determines whether selecting subshapes of this object is forbidden. |
setDrilldownLocked(boolean value) | Determines whether selecting subshapes of this object is forbidden. |
getSelectLocked() | Determines whether selecting this shape is forbidden. |
setSelectLocked(boolean value) | Determines whether selecting this shape is forbidden. |
getAspectRatioLocked() | Determines whether shape have to preserve aspect ratio on resizing. |
setAspectRatioLocked(boolean value) | Determines whether shape have to preserve aspect ratio on resizing. |
getPositionLocked() | Determines whether moving this shape is forbidden. |
setPositionLocked(boolean value) | Determines whether moving this shape is forbidden. |
getSizeLocked() | Determines whether resizing this shape is forbidden. |
setSizeLocked(boolean value) | Determines whether resizing this shape is forbidden. |
getGroupingLocked()
public abstract boolean getGroupingLocked()
Determines whether adding this shape to a group is forbidden. Read/write boolean.
Returns: boolean
setGroupingLocked(boolean value)
public abstract void setGroupingLocked(boolean value)
Determines whether adding this shape to a group is forbidden. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getDrilldownLocked()
public abstract boolean getDrilldownLocked()
Determines whether selecting subshapes of this object is forbidden. Read/write boolean.
Returns: boolean
setDrilldownLocked(boolean value)
public abstract void setDrilldownLocked(boolean value)
Determines whether selecting subshapes of this object is forbidden. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getSelectLocked()
public abstract boolean getSelectLocked()
Determines whether selecting this shape is forbidden. Read/write boolean.
Returns: boolean
setSelectLocked(boolean value)
public abstract void setSelectLocked(boolean value)
Determines whether selecting this shape is forbidden. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getAspectRatioLocked()
public abstract boolean getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean.
Returns: boolean
setAspectRatioLocked(boolean value)
public abstract void setAspectRatioLocked(boolean value)
Determines whether shape have to preserve aspect ratio on resizing. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getPositionLocked()
public abstract boolean getPositionLocked()
Determines whether moving this shape is forbidden. Read/write boolean.
Returns: boolean
setPositionLocked(boolean value)
public abstract void setPositionLocked(boolean value)
Determines whether moving this shape is forbidden. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
getSizeLocked()
public abstract boolean getSizeLocked()
Determines whether resizing this shape is forbidden. Read/write boolean.
Returns: boolean
setSizeLocked(boolean value)
public abstract void setSizeLocked(boolean value)
Determines whether resizing this shape is forbidden. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |