|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseShapeLock
com.aspose.slides.PictureFrameLock
public class PictureFrameLock
Determines which operations are disabled on the parent PictureFrame.
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)
|
void |
setArrowheadsLocked(boolean value)
|
void |
setAspectRatioLocked(boolean value)
|
void |
setCropLocked(boolean value)
|
void |
setEditPointsLocked(boolean value)
|
void |
setGroupingLocked(boolean value)
|
void |
setPositionLocked(boolean value)
|
void |
setRotationLocked(boolean value)
|
void |
setSelectLocked(boolean value)
|
void |
setShapeTypeLocked(boolean value)
|
void |
setSizeLocked(boolean value)
|
Methods inherited from class com.aspose.slides.BaseShapeLock |
---|
getNoLocks |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IBaseShapeLock |
---|
getNoLocks |
Method Detail |
---|
public boolean getGroupingLocked()
Determines whether an adding this shape to a group is forbidden.
getGroupingLocked
in interface IPictureFrameLock
public void setGroupingLocked(boolean value)
setGroupingLocked
in interface IPictureFrameLock
public boolean getSelectLocked()
Determines whether a selecting this shape is forbidden.
getSelectLocked
in interface IPictureFrameLock
public void setSelectLocked(boolean value)
setSelectLocked
in interface IPictureFrameLock
public boolean getRotationLocked()
Determines whether a changing rotation angle of this shape is forbidden.
getRotationLocked
in interface IPictureFrameLock
public void setRotationLocked(boolean value)
setRotationLocked
in interface IPictureFrameLock
public boolean getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing.
getAspectRatioLocked
in interface IPictureFrameLock
public void setAspectRatioLocked(boolean value)
setAspectRatioLocked
in interface IPictureFrameLock
public boolean getPositionLocked()
Determines whether a moving this shape is forbidden.
getPositionLocked
in interface IPictureFrameLock
public void setPositionLocked(boolean value)
setPositionLocked
in interface IPictureFrameLock
public boolean getSizeLocked()
Determines whether a resizing this shape is forbidden.
getSizeLocked
in interface IPictureFrameLock
public void setSizeLocked(boolean value)
setSizeLocked
in interface IPictureFrameLock
public boolean getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden.
getEditPointsLocked
in interface IPictureFrameLock
public void setEditPointsLocked(boolean value)
setEditPointsLocked
in interface IPictureFrameLock
public boolean getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden.
getAdjustHandlesLocked
in interface IPictureFrameLock
public void setAdjustHandlesLocked(boolean value)
setAdjustHandlesLocked
in interface IPictureFrameLock
public boolean getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden.
getArrowheadsLocked
in interface IPictureFrameLock
public void setArrowheadsLocked(boolean value)
setArrowheadsLocked
in interface IPictureFrameLock
public boolean getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden.
getShapeTypeLocked
in interface IPictureFrameLock
public void setShapeTypeLocked(boolean value)
setShapeTypeLocked
in interface IPictureFrameLock
public boolean getCropLocked()
Determines whether an image cropping is forbidden.
getCropLocked
in interface IPictureFrameLock
public void setCropLocked(boolean value)
setCropLocked
in interface IPictureFrameLock
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |