|
|||||||||
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.PictureFrameLockEx
public class PictureFrameLockEx
Determines which operations are disabled on the parent PictureFrameEx.
Method Summary | |
---|---|
boolean |
getNoAdjustHandles()
Determines whether a changing adjust values is forbidden. |
boolean |
getNoChangeArrowheads()
Determines whether a changing arrowheads is forbidden. |
boolean |
getNoChangeAspect()
Determines whether a shape have to preserve aspect ratio on resizing. |
boolean |
getNoChangeShapeType()
Determines whether a changing of a shape type is forbidden. |
boolean |
getNoCrop()
Determines whether an image cropping is forbidden. |
boolean |
getNoEditPoints()
Determines whether a direct changing of contour of this shape is // forbidden. |
boolean |
getNoGroup()
Determines whether an adding this shape to a group is forbidden. |
boolean |
getNoMove()
Determines whether a moving this shape is forbidden. |
boolean |
getNoResize()
Determines whether a resizing this shape is forbidden. |
boolean |
getNoRotate()
Determines whether a changing rotation angle of this shape is // forbidden. |
boolean |
getNoSelect()
Determines whether a selecting this shape is forbidden. |
void |
setNoAdjustHandles(boolean value)
|
void |
setNoChangeArrowheads(boolean value)
|
void |
setNoChangeAspect(boolean value)
|
void |
setNoChangeShapeType(boolean value)
|
void |
setNoCrop(boolean value)
|
void |
setNoEditPoints(boolean value)
|
void |
setNoGroup(boolean value)
|
void |
setNoMove(boolean value)
|
void |
setNoResize(boolean value)
|
void |
setNoRotate(boolean value)
|
void |
setNoSelect(boolean value)
|
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)
public boolean getNoSelect()
public void setNoSelect(boolean value)
public boolean getNoRotate()
public void setNoRotate(boolean value)
public boolean getNoChangeAspect()
public void setNoChangeAspect(boolean value)
public boolean getNoMove()
public void setNoMove(boolean value)
public boolean getNoResize()
public void setNoResize(boolean value)
public boolean getNoEditPoints()
public void setNoEditPoints(boolean value)
public boolean getNoAdjustHandles()
public void setNoAdjustHandles(boolean value)
public boolean getNoChangeArrowheads()
public void setNoChangeArrowheads(boolean value)
public boolean getNoChangeShapeType()
public void setNoChangeShapeType(boolean value)
public boolean getNoCrop()
public void setNoCrop(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |