|
|||||||||
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()
Determines whether the changing of a shape adjust values is disabled. |
boolean |
getNoChangeArrowheads()
Determines whether the changing of a shape arrowheads is disabled. |
boolean |
getNoChangeAspect()
Determines whether an aspect ration change is disabled for a shape. |
boolean |
getNoChangeShapeType()
Determines whether the changing of a shape type is disabled. |
boolean |
getNoEditPoints()
Determines whether the changing of a shape contour is disabled. |
boolean |
getNoEditText()
Determines whether the changing of a text is disabled. |
boolean |
getNoGroup()
Determines whether a shape grouping is disabled. |
boolean |
getNoMove()
Determines whether a shape moving is disabled. |
boolean |
getNoResize()
Determines whether a shape resizing is disabled. |
boolean |
getNoRotate()
Determines whether a shape rotating is disabled. |
boolean |
getNoSelect()
Determines whether a shape selecting is disabled. |
void |
setNoAdjustHandles(boolean value)
Sets whether the changing of a shape adjust values is disabled. |
void |
setNoChangeArrowheads(boolean value)
Sets whether the changing of a shape arrowheads is disabled. |
void |
setNoChangeAspect(boolean value)
Sets whether an aspect ration change is disabled for a shape. |
void |
setNoChangeShapeType(boolean value)
Sets whether the changing of a shape type is disabled. |
void |
setNoEditPoints(boolean value)
Sets whether the changing of a shape contour is disabled. |
void |
setNoEditText(boolean value)
Sets whether the changing of a text is disabled. |
void |
setNoGroup(boolean value)
Sets whether a shape grouping is disabled. |
void |
setNoMove(boolean value)
Sets whether a shape moving is disabled. |
void |
setNoResize(boolean value)
Sets whether a shape resizing is disabled. |
void |
setNoRotate(boolean value)
Sets whether a shape rotating is disabled. |
void |
setNoSelect(boolean value)
Sets whether a shape selecting is disabled. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getNoGroup()
public void setNoGroup(boolean value)
value
- true to disable shape grouping.public boolean getNoSelect()
public void setNoSelect(boolean value)
value
- true to disable shape selecting.public boolean getNoRotate()
public void setNoRotate(boolean value)
value
- true to disable shape rotating.public boolean getNoChangeAspect()
public void setNoChangeAspect(boolean value)
value
- true to disable aspect ration change.public boolean getNoMove()
public void setNoMove(boolean value)
value
- true to disable shape moving.public boolean getNoResize()
public void setNoResize(boolean value)
value
- true to disable shape resizing.public boolean getNoEditPoints()
public void setNoEditPoints(boolean value)
value
- true to disable the changing of a shape contour.public boolean getNoAdjustHandles()
public void setNoAdjustHandles(boolean value)
value
- true to disable the changing of a shape adjust values.public boolean getNoChangeArrowheads()
public void setNoChangeArrowheads(boolean value)
value
- true to disable the changing of a shape arrowheads.public boolean getNoChangeShapeType()
public void setNoChangeShapeType(boolean value)
value
- true to disable the changing of a shape type.public boolean getNoEditText()
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 |