IPictureFrameLock
All Implemented Interfaces: com.aspose.slides.IBaseShapeLock
public interface IPictureFrameLock extends IBaseShapeLock
Determines which operations are disabled on the parent PictureFrameEx.
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. |
| getRotationLocked() | Determines whether a changing rotation angle of this shape is forbidden. |
| setRotationLocked(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. |
| getCropLocked() | Determines whether an image cropping is forbidden. |
| setCropLocked(boolean value) | Determines whether an image cropping 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 |
getRotationLocked()
public abstract boolean getRotationLocked()
Determines whether a changing rotation angle of this shape is forbidden. Read/write boolean.
Returns: boolean
setRotationLocked(boolean value)
public abstract void setRotationLocked(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 |
getCropLocked()
public abstract boolean getCropLocked()
Determines whether an image cropping is forbidden. Read/write boolean.
Returns: boolean
setCropLocked(boolean value)
public abstract void setCropLocked(boolean value)
Determines whether an image cropping is forbidden. Read/write boolean.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |