|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseShapeLockEx
com.aspose.slides.AutoShapeLockEx
public class AutoShapeLockEx
Determines which operations are disabled on the parent AutoshapeEx.
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 |
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 |
getNoAdjustHandles()
Deprecated. |
boolean |
getNoChangeArrowheads()
Deprecated. |
boolean |
getNoChangeAspect()
Deprecated. |
boolean |
getNoChangeShapeType()
Deprecated. |
boolean |
getNoEditPoints()
Deprecated. |
boolean |
getNoEditText()
Deprecated. |
boolean |
getNoGroup()
Deprecated. |
boolean |
getNoMove()
Deprecated. |
boolean |
getNoResize()
Deprecated. |
boolean |
getNoRotate()
Deprecated. |
boolean |
getNoSelect()
Deprecated. |
boolean |
getPositionLocked()
Determines whether a moving this shape is forbidden. |
boolean |
getRotateLocked()
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. |
boolean |
getTextLocked()
Determines whether an editing of text is forbidden. |
void |
setAdjustHandlesLocked(boolean value)
|
void |
setArrowheadsLocked(boolean value)
|
void |
setAspectRatioLocked(boolean value)
|
void |
setEditPointsLocked(boolean value)
|
void |
setGroupingLocked(boolean value)
|
void |
setNoAdjustHandles(boolean value)
Deprecated. |
void |
setNoChangeArrowheads(boolean value)
Deprecated. |
void |
setNoChangeAspect(boolean value)
Deprecated. |
void |
setNoChangeShapeType(boolean value)
Deprecated. |
void |
setNoEditPoints(boolean value)
Deprecated. |
void |
setNoEditText(boolean value)
Deprecated. |
void |
setNoGroup(boolean value)
Deprecated. |
void |
setNoMove(boolean value)
Deprecated. |
void |
setNoResize(boolean value)
Deprecated. |
void |
setNoRotate(boolean value)
Deprecated. |
void |
setNoSelect(boolean value)
Deprecated. |
void |
setPositionLocked(boolean value)
|
void |
setRotateLocked(boolean value)
|
void |
setSelectLocked(boolean value)
|
void |
setShapeTypeLocked(boolean value)
|
void |
setSizeLocked(boolean value)
|
void |
setTextLocked(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getGroupingLocked()
Determines whether an adding this shape to a group is forbidden.
public void setGroupingLocked(boolean value)
@Deprecated public boolean getNoGroup()
Determines whether an adding this shape to a group is forbidden.
@Deprecated public void setNoGroup(boolean value)
public boolean getSelectLocked()
Determines whether a selecting this shape is forbidden.
public void setSelectLocked(boolean value)
@Deprecated public boolean getNoSelect()
Determines whether a selecting this shape is forbidden.
@Deprecated public void setNoSelect(boolean value)
public boolean getRotateLocked()
Determines whether a changing rotation angle of this shape is forbidden.
public void setRotateLocked(boolean value)
@Deprecated public boolean getNoRotate()
Determines whether a changing rotation angle of this shape is forbidden.
@Deprecated public void setNoRotate(boolean value)
public boolean getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing.
public void setAspectRatioLocked(boolean value)
@Deprecated public boolean getNoChangeAspect()
Determines whether a shape have to preserve aspect ratio on resizing.
@Deprecated public void setNoChangeAspect(boolean value)
public boolean getPositionLocked()
Determines whether a moving this shape is forbidden.
public void setPositionLocked(boolean value)
@Deprecated public boolean getNoMove()
Determines whether a moving this shape is forbidden.
@Deprecated public void setNoMove(boolean value)
public boolean getSizeLocked()
Determines whether a resizing this shape is forbidden.
public void setSizeLocked(boolean value)
@Deprecated public boolean getNoResize()
Determines whether a resizing this shape is forbidden.
@Deprecated public void setNoResize(boolean value)
public boolean getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden.
public void setEditPointsLocked(boolean value)
@Deprecated public boolean getNoEditPoints()
Determines whether a direct changing of contour of this shape is forbidden.
@Deprecated public void setNoEditPoints(boolean value)
public boolean getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden.
public void setAdjustHandlesLocked(boolean value)
@Deprecated public boolean getNoAdjustHandles()
Determines whether a changing adjust values is forbidden.
@Deprecated public void setNoAdjustHandles(boolean value)
public boolean getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden.
public void setArrowheadsLocked(boolean value)
@Deprecated public boolean getNoChangeArrowheads()
Determines whether a changing arrowheads is forbidden.
@Deprecated public void setNoChangeArrowheads(boolean value)
public boolean getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden.
public void setShapeTypeLocked(boolean value)
@Deprecated public boolean getNoChangeShapeType()
Determines whether a changing of a shape type is forbidden.
@Deprecated public void setNoChangeShapeType(boolean value)
public boolean getTextLocked()
Determines whether an editing of text is forbidden.
public void setTextLocked(boolean value)
@Deprecated public boolean getNoEditText()
Determines whether an editing of text is forbidden.
@Deprecated public void setNoEditText(boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |