|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.BaseShapeLockEx
com.aspose.slides.pptx.AutoShapeLockEx
public class AutoShapeLockEx
Determines which operations are disabled for the parent AutoShapeEx.
Method Summary | |
---|---|
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 |
isAdjustHandlesLocked()
Determines whether the changing of a shape adjust values is disabled. |
boolean |
isArrowheadsLocked()
Determines whether the changing of a shape arrowheads is disabled. |
boolean |
isAspectRatioLocked()
Determines whether an aspect ration change is disabled for a shape. |
boolean |
isEditPointsLocked()
Determines whether the changing of a shape contour is disabled. |
boolean |
isGroupingLocked()
Determines whether a shape grouping is disabled. |
boolean |
isPositionLocked()
Determines whether a shape moving is disabled. |
boolean |
isRotateLocked()
Determines whether a shape rotating is disabled. |
boolean |
isSelectLocked()
Determines whether a shape selecting is disabled. |
boolean |
isShapeTypeLocked()
Determines whether the changing of a shape type is disabled. |
boolean |
isSizeLocked()
Determines whether a shape resizing is disabled. |
boolean |
isTextLocked()
Determines whether the changing of a text is disabled. |
void |
setAdjustHandlesLocked(boolean value)
Sets whether the changing of a shape adjust values is disabled. |
void |
setArrowheadsLocked(boolean value)
Sets whether the changing of a shape arrowheads is disabled. |
void |
setAspectRatioLocked(boolean value)
Sets whether an aspect ration change is disabled for a shape. |
void |
setEditPointsLocked(boolean value)
Sets whether the changing of a shape contour is disabled. |
void |
setGroupingLocked(boolean value)
Sets whether a shape grouping is disabled. |
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)
Sets whether a shape moving is disabled. |
void |
setRotateLocked(boolean value)
Sets whether a shape rotating is disabled. |
void |
setSelectLocked(boolean value)
Sets whether a shape selecting is disabled. |
void |
setShapeTypeLocked(boolean value)
Sets whether the changing of a shape type is disabled. |
void |
setSizeLocked(boolean value)
Sets whether a shape resizing is disabled. |
void |
setTextLocked(boolean value)
Sets whether the changing of a text is disabled. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isGroupingLocked()
public void setGroupingLocked(boolean value)
value
- true to disable shape grouping.public boolean isSelectLocked()
public void setSelectLocked(boolean value)
value
- true to disable shape selecting.public boolean isRotateLocked()
public void setRotateLocked(boolean value)
value
- true to disable shape rotating.public boolean isAspectRatioLocked()
public void setAspectRatioLocked(boolean value)
value
- true to disable aspect ration change.public boolean isPositionLocked()
public void setPositionLocked(boolean value)
value
- true to disable shape moving.public boolean isSizeLocked()
public void setSizeLocked(boolean value)
value
- true to disable shape resizing.public boolean isEditPointsLocked()
public void setEditPointsLocked(boolean value)
value
- true to disable the changing of a shape contour.public boolean isAdjustHandlesLocked()
public void setAdjustHandlesLocked(boolean value)
value
- true to disable the changing of a shape adjust values.public boolean isArrowheadsLocked()
public void setArrowheadsLocked(boolean value)
value
- true to disable the changing of a shape arrowheads.public boolean isShapeTypeLocked()
public void setShapeTypeLocked(boolean value)
value
- true to disable the changing of a shape type.public boolean isTextLocked()
public void setTextLocked(boolean value)
value
- true to disable the changing of a text.@Deprecated public boolean getNoGroup()
@Deprecated public void setNoGroup(boolean value)
value
- true to disable shape grouping.@Deprecated public boolean getNoSelect()
@Deprecated public void setNoSelect(boolean value)
value
- true to disable shape selecting.@Deprecated public boolean getNoRotate()
@Deprecated public void setNoRotate(boolean value)
value
- true to disable shape rotating.@Deprecated public boolean getNoChangeAspect()
@Deprecated public void setNoChangeAspect(boolean value)
value
- true to disable aspect ration change.@Deprecated public boolean getNoMove()
@Deprecated public void setNoMove(boolean value)
value
- true to disable shape moving.@Deprecated public boolean getNoResize()
@Deprecated public void setNoResize(boolean value)
value
- true to disable shape resizing.@Deprecated public boolean getNoEditPoints()
@Deprecated public void setNoEditPoints(boolean value)
value
- true to disable the changing of a shape contour.@Deprecated public boolean getNoAdjustHandles()
@Deprecated public void setNoAdjustHandles(boolean value)
value
- true to disable the changing of a shape adjust values.@Deprecated public boolean getNoChangeArrowheads()
@Deprecated public void setNoChangeArrowheads(boolean value)
value
- true to disable the changing of a shape arrowheads.@Deprecated public boolean getNoChangeShapeType()
@Deprecated public void setNoChangeShapeType(boolean value)
value
- true to disable the changing of a shape type.@Deprecated public boolean getNoEditText()
@Deprecated public void setNoEditText(boolean value)
value
- true to disable the changing of a text.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |