|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseShapeLockEx
com.aspose.slides.GraphicalObjectLockEx
public class GraphicalObjectLockEx
Determines which operations are disabled on the parent GraphicalObjectEx.
Method Summary | |
---|---|
boolean |
getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing. |
boolean |
getDrilldownLocked()
Determines whether selecting subshapes of this object is forbidden. |
boolean |
getGroupingLocked()
Determines whether adding this shape to a group is forbidden. |
boolean |
getNoChangeAspect()
Deprecated. |
boolean |
getNoDrilldown()
Deprecated. |
boolean |
getNoGroup()
Deprecated. |
boolean |
getNoMove()
Deprecated. |
boolean |
getNoResize()
Deprecated. |
boolean |
getNoSelect()
Deprecated. |
boolean |
getPositionLocked()
Determines whether moving this shape is forbidden. |
boolean |
getSelectLocked()
Determines whether selecting this shape is forbidden. |
boolean |
getSizeLocked()
Determines whether resizing this shape is forbidden. |
void |
setAspectRatioLocked(boolean value)
|
void |
setDrilldownLocked(boolean value)
|
void |
setGroupingLocked(boolean value)
|
void |
setNoChangeAspect(boolean value)
Deprecated. |
void |
setNoDrilldown(boolean value)
Deprecated. |
void |
setNoGroup(boolean value)
Deprecated. |
void |
setNoMove(boolean value)
Deprecated. |
void |
setNoResize(boolean value)
Deprecated. |
void |
setNoSelect(boolean value)
Deprecated. |
void |
setPositionLocked(boolean value)
|
void |
setSelectLocked(boolean value)
|
void |
setSizeLocked(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getGroupingLocked()
Determines whether adding this shape to a group is forbidden.
public void setGroupingLocked(boolean value)
@Deprecated public boolean getNoGroup()
Determines whether adding this shape to a group is forbidden.
@Deprecated public void setNoGroup(boolean value)
public boolean getDrilldownLocked()
Determines whether selecting subshapes of this object is forbidden.
public void setDrilldownLocked(boolean value)
@Deprecated public boolean getNoDrilldown()
Determines whether selecting subshapes of this object is forbidden.
@Deprecated public void setNoDrilldown(boolean value)
public boolean getSelectLocked()
Determines whether selecting this shape is forbidden.
public void setSelectLocked(boolean value)
@Deprecated public boolean getNoSelect()
Determines whether selecting this shape is forbidden.
@Deprecated public void setNoSelect(boolean value)
public boolean getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing.
public void setAspectRatioLocked(boolean value)
@Deprecated public boolean getNoChangeAspect()
Determines whether shape have to preserve aspect ratio on resizing.
@Deprecated public void setNoChangeAspect(boolean value)
public boolean getPositionLocked()
Determines whether moving this shape is forbidden.
public void setPositionLocked(boolean value)
@Deprecated public boolean getNoMove()
Determines whether moving this shape is forbidden.
@Deprecated public void setNoMove(boolean value)
public boolean getSizeLocked()
Determines whether resizing this shape is forbidden.
public void setSizeLocked(boolean value)
@Deprecated public boolean getNoResize()
Determines whether resizing this shape is forbidden.
@Deprecated public void setNoResize(boolean value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |