|
|||||||||
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.GraphicalObjectLockEx
public class GraphicalObjectLockEx
Determines which operations are disabled on the parent GraphicalObjectEx.
Method Summary | |
---|---|
boolean |
getNoChangeAspect()
Determines whether shape have to preserve aspect ratio on resizing. |
boolean |
getNoDrilldown()
Determines whether selecting subshapes of this object is forbidden. |
boolean |
getNoGroup()
Determines whether adding this shape to a group is forbidden. |
boolean |
getNoMove()
Determines whether moving this shape is forbidden. |
boolean |
getNoResize()
Determines whether resizing this shape is forbidden. |
boolean |
getNoSelect()
Determines whether selecting this shape is forbidden. |
void |
setNoChangeAspect(boolean value)
|
void |
setNoDrilldown(boolean value)
|
void |
setNoGroup(boolean value)
|
void |
setNoMove(boolean value)
|
void |
setNoResize(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 getNoDrilldown()
public void setNoDrilldown(boolean value)
public boolean getNoSelect()
public void setNoSelect(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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |