|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPictureFrameLock
Determines which operations are disabled on the parent PictureFrameEx.
Method Summary | |
---|---|
boolean |
getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden. |
boolean |
getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden. |
boolean |
getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing. |
boolean |
getCropLocked()
Determines whether an image cropping is forbidden. |
boolean |
getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden. |
boolean |
getGroupingLocked()
Determines whether an adding this shape to a group is forbidden. |
boolean |
getPositionLocked()
Determines whether a moving this shape is forbidden. |
boolean |
getRotationLocked()
Determines whether a changing rotation angle of this shape is forbidden. |
boolean |
getSelectLocked()
Determines whether a selecting this shape is forbidden. |
boolean |
getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden. |
boolean |
getSizeLocked()
Determines whether a resizing this shape is forbidden. |
void |
setAdjustHandlesLocked(boolean value)
Determines whether a changing adjust values is forbidden. |
void |
setArrowheadsLocked(boolean value)
Determines whether a changing arrowheads is forbidden. |
void |
setAspectRatioLocked(boolean value)
Determines whether a shape have to preserve aspect ratio on resizing. |
void |
setCropLocked(boolean value)
Determines whether an image cropping is forbidden. |
void |
setEditPointsLocked(boolean value)
Determines whether a direct changing of contour of this shape is forbidden. |
void |
setGroupingLocked(boolean value)
Determines whether an adding this shape to a group is forbidden. |
void |
setPositionLocked(boolean value)
Determines whether a moving this shape is forbidden. |
void |
setRotationLocked(boolean value)
Determines whether a changing rotation angle of this shape is forbidden. |
void |
setSelectLocked(boolean value)
Determines whether a selecting this shape is forbidden. |
void |
setShapeTypeLocked(boolean value)
Determines whether a changing of a shape type is forbidden. |
void |
setSizeLocked(boolean value)
Determines whether a resizing this shape is forbidden. |
Methods inherited from interface com.aspose.slides.IBaseShapeLock |
---|
getNoLocks |
Method Detail |
---|
boolean getGroupingLocked()
Determines whether an adding this shape to a group is forbidden.
Read/write boolean
.
void setGroupingLocked(boolean value)
Determines whether an adding this shape to a group is forbidden.
Read/write boolean
.
boolean getSelectLocked()
Determines whether a selecting this shape is forbidden.
Read/write boolean
.
void setSelectLocked(boolean value)
Determines whether a selecting this shape is forbidden.
Read/write boolean
.
boolean getRotationLocked()
Determines whether a changing rotation angle of this shape is forbidden.
Read/write boolean
.
void setRotationLocked(boolean value)
Determines whether a changing rotation angle of this shape is forbidden.
Read/write boolean
.
boolean getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing.
Read/write boolean
.
void setAspectRatioLocked(boolean value)
Determines whether a shape have to preserve aspect ratio on resizing.
Read/write boolean
.
boolean getPositionLocked()
Determines whether a moving this shape is forbidden.
Read/write boolean
.
void setPositionLocked(boolean value)
Determines whether a moving this shape is forbidden.
Read/write boolean
.
boolean getSizeLocked()
Determines whether a resizing this shape is forbidden.
Read/write boolean
.
void setSizeLocked(boolean value)
Determines whether a resizing this shape is forbidden.
Read/write boolean
.
boolean getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden.
Read/write boolean
.
void setEditPointsLocked(boolean value)
Determines whether a direct changing of contour of this shape is forbidden.
Read/write boolean
.
boolean getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden.
Read/write boolean
.
void setAdjustHandlesLocked(boolean value)
Determines whether a changing adjust values is forbidden.
Read/write boolean
.
boolean getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden.
Read/write boolean
.
void setArrowheadsLocked(boolean value)
Determines whether a changing arrowheads is forbidden.
Read/write boolean
.
boolean getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden.
Read/write boolean
.
void setShapeTypeLocked(boolean value)
Determines whether a changing of a shape type is forbidden.
Read/write boolean
.
boolean getCropLocked()
Determines whether an image cropping is forbidden.
Read/write boolean
.
void setCropLocked(boolean value)
Determines whether an image cropping is forbidden.
Read/write boolean
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |