|
|||||||||
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.GroupShapeLockEx
public class GroupShapeLockEx
Determines which operations are disabled on the parent GroupShapeEx.
Method Summary | |
---|---|
boolean |
isNoChangeAspect()
Determines whether shape have to preserve aspect ratio on resizing. |
boolean |
isNoGroup()
Determines whether adding this shape to a group is forbidden. |
boolean |
isNoMove()
Determines whether moving this shape is forbidden. |
boolean |
isNoResize()
Determines whether resizing this shape is forbidden. |
boolean |
isNoRotate()
Determines whether changing rotation angle of this shape is forbidden. |
boolean |
isNoSelect()
Determines whether selecting this shape is forbidden. |
boolean |
isNoUngroup()
Determines whether splitting this groupshape is forbidden. |
void |
setNoChangeAspect(boolean value)
|
void |
setNoGroup(boolean value)
|
void |
setNoMove(boolean value)
|
void |
setNoResize(boolean value)
|
void |
setNoRotate(boolean value)
|
void |
setNoSelect(boolean value)
|
void |
setNoUngroup(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isNoGroup()
public void setNoGroup(boolean value)
public boolean isNoUngroup()
public void setNoUngroup(boolean value)
public boolean isNoSelect()
public void setNoSelect(boolean value)
public boolean isNoRotate()
public void setNoRotate(boolean value)
public boolean isNoChangeAspect()
public void setNoChangeAspect(boolean value)
public boolean isNoMove()
public void setNoMove(boolean value)
public boolean isNoResize()
public void setNoResize(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |