IAutoShapeLock
All Implemented Interfaces: com.aspose.slides.IBaseShapeLock
public interface IAutoShapeLock extends IBaseShapeLock
Determines which operations are disabled on the parent AutoshapeEx.
Methods
| Method | Description | 
|---|---|
| getGroupingLocked() | Determines whether an adding this shape to a group is forbidden. | 
| setGroupingLocked(boolean value) | Determines whether an adding this shape to a group is forbidden. | 
| getSelectLocked() | Determines whether a selecting this shape is forbidden. | 
| setSelectLocked(boolean value) | Determines whether a selecting this shape is forbidden. | 
| getRotateLocked() | Determines whether a changing rotation angle of this shape is forbidden. | 
| setRotateLocked(boolean value) | Determines whether a changing rotation angle of this shape is forbidden. | 
| getAspectRatioLocked() | Determines whether a shape have to preserve aspect ratio on resizing. | 
| setAspectRatioLocked(boolean value) | Determines whether a shape have to preserve aspect ratio on resizing. | 
| getPositionLocked() | Determines whether a moving this shape is forbidden. | 
| setPositionLocked(boolean value) | Determines whether a moving this shape is forbidden. | 
| getSizeLocked() | Determines whether a resizing this shape is forbidden. | 
| setSizeLocked(boolean value) | Determines whether a resizing this shape is forbidden. | 
| getEditPointsLocked() | Determines whether a direct changing of contour of this shape is forbidden. | 
| setEditPointsLocked(boolean value) | Determines whether a direct changing of contour of this shape is forbidden. | 
| getAdjustHandlesLocked() | Determines whether a changing adjust values is forbidden. | 
| setAdjustHandlesLocked(boolean value) | Determines whether a changing adjust values is forbidden. | 
| getArrowheadsLocked() | Determines whether a changing arrowheads is forbidden. | 
| setArrowheadsLocked(boolean value) | Determines whether a changing arrowheads is forbidden. | 
| getShapeTypeLocked() | Determines whether a changing of a shape type is forbidden. | 
| setShapeTypeLocked(boolean value) | Determines whether a changing of a shape type is forbidden. | 
| getTextLocked() | Determines whether an editing of text is forbidden. | 
| setTextLocked(boolean value) | Determines whether an editing of text is forbidden. | 
getGroupingLocked()
public abstract boolean getGroupingLocked()
Determines whether an adding this shape to a group is forbidden. Read-write boolean.
Returns: boolean
setGroupingLocked(boolean value)
public abstract void setGroupingLocked(boolean value)
Determines whether an adding this shape to a group is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getSelectLocked()
public abstract boolean getSelectLocked()
Determines whether a selecting this shape is forbidden. Read-write boolean.
Returns: boolean
setSelectLocked(boolean value)
public abstract void setSelectLocked(boolean value)
Determines whether a selecting this shape is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getRotateLocked()
public abstract boolean getRotateLocked()
Determines whether a changing rotation angle of this shape is forbidden. Read-write boolean.
Returns: boolean
setRotateLocked(boolean value)
public abstract void setRotateLocked(boolean value)
Determines whether a changing rotation angle of this shape is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getAspectRatioLocked()
public abstract boolean getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing. Read-write boolean.
Returns: boolean
setAspectRatioLocked(boolean value)
public abstract void setAspectRatioLocked(boolean value)
Determines whether a shape have to preserve aspect ratio on resizing. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getPositionLocked()
public abstract boolean getPositionLocked()
Determines whether a moving this shape is forbidden. Read-write boolean.
Returns: boolean
setPositionLocked(boolean value)
public abstract void setPositionLocked(boolean value)
Determines whether a moving this shape is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getSizeLocked()
public abstract boolean getSizeLocked()
Determines whether a resizing this shape is forbidden. Read-write boolean.
Returns: boolean
setSizeLocked(boolean value)
public abstract void setSizeLocked(boolean value)
Determines whether a resizing this shape is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getEditPointsLocked()
public abstract boolean getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden. Read-write boolean.
Returns: boolean
setEditPointsLocked(boolean value)
public abstract void setEditPointsLocked(boolean value)
Determines whether a direct changing of contour of this shape is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getAdjustHandlesLocked()
public abstract boolean getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden. Read-write boolean.
Returns: boolean
setAdjustHandlesLocked(boolean value)
public abstract void setAdjustHandlesLocked(boolean value)
Determines whether a changing adjust values is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getArrowheadsLocked()
public abstract boolean getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden. Read-write boolean.
Returns: boolean
setArrowheadsLocked(boolean value)
public abstract void setArrowheadsLocked(boolean value)
Determines whether a changing arrowheads is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getShapeTypeLocked()
public abstract boolean getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden. Read-write boolean.
Returns: boolean
setShapeTypeLocked(boolean value)
public abstract void setShapeTypeLocked(boolean value)
Determines whether a changing of a shape type is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
getTextLocked()
public abstract boolean getTextLocked()
Determines whether an editing of text is forbidden. Read-write boolean.
Returns: boolean
setTextLocked(boolean value)
public abstract void setTextLocked(boolean value)
Determines whether an editing of text is forbidden. Read-write boolean.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean |