|
||||||||
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.AutoShapeLock
public class AutoShapeLock
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 |
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 |
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 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 IAutoShapeLock
public void setGroupingLocked(boolean value)
setGroupingLocked
in interface IAutoShapeLock
public boolean getSelectLocked()
Determines whether a selecting this shape is forbidden.
getSelectLocked
in interface IAutoShapeLock
public void setSelectLocked(boolean value)
setSelectLocked
in interface IAutoShapeLock
public boolean getRotateLocked()
Determines whether a changing rotation angle of this shape is forbidden.
getRotateLocked
in interface IAutoShapeLock
public void setRotateLocked(boolean value)
setRotateLocked
in interface IAutoShapeLock
public boolean getAspectRatioLocked()
Determines whether a shape have to preserve aspect ratio on resizing.
getAspectRatioLocked
in interface IAutoShapeLock
public void setAspectRatioLocked(boolean value)
setAspectRatioLocked
in interface IAutoShapeLock
public boolean getPositionLocked()
Determines whether a moving this shape is forbidden.
getPositionLocked
in interface IAutoShapeLock
public void setPositionLocked(boolean value)
setPositionLocked
in interface IAutoShapeLock
public boolean getSizeLocked()
Determines whether a resizing this shape is forbidden.
getSizeLocked
in interface IAutoShapeLock
public void setSizeLocked(boolean value)
setSizeLocked
in interface IAutoShapeLock
public boolean getEditPointsLocked()
Determines whether a direct changing of contour of this shape is forbidden.
getEditPointsLocked
in interface IAutoShapeLock
public void setEditPointsLocked(boolean value)
setEditPointsLocked
in interface IAutoShapeLock
public boolean getAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden.
getAdjustHandlesLocked
in interface IAutoShapeLock
public void setAdjustHandlesLocked(boolean value)
setAdjustHandlesLocked
in interface IAutoShapeLock
public boolean getArrowheadsLocked()
Determines whether a changing arrowheads is forbidden.
getArrowheadsLocked
in interface IAutoShapeLock
public void setArrowheadsLocked(boolean value)
setArrowheadsLocked
in interface IAutoShapeLock
public boolean getShapeTypeLocked()
Determines whether a changing of a shape type is forbidden.
getShapeTypeLocked
in interface IAutoShapeLock
public void setShapeTypeLocked(boolean value)
setShapeTypeLocked
in interface IAutoShapeLock
public boolean getTextLocked()
Determines whether an editing of text is forbidden.
getTextLocked
in interface IAutoShapeLock
public void setTextLocked(boolean value)
setTextLocked
in interface IAutoShapeLock
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |