|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BaseShapeLock
com.aspose.slides.GraphicalObjectLock
public class GraphicalObjectLock
Determines which operations are disabled on the parent GraphicalObject.
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 |
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)
Determines whether shape have to preserve aspect ratio on resizing. |
void |
setDrilldownLocked(boolean value)
Determines whether selecting subshapes of this object is forbidden. |
void |
setGroupingLocked(boolean value)
Determines whether adding this shape to a group is forbidden. |
void |
setPositionLocked(boolean value)
Determines whether moving this shape is forbidden. |
void |
setSelectLocked(boolean value)
Determines whether selecting this shape is forbidden. |
void |
setSizeLocked(boolean value)
Determines whether resizing this shape is forbidden. |
Methods inherited from class com.aspose.slides.BaseShapeLock |
---|
getNoLocks |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.IBaseShapeLock |
---|
getNoLocks |
Method Detail |
---|
public boolean getGroupingLocked()
Determines whether adding this shape to a group is forbidden.
Read/write boolean
.
getGroupingLocked
in interface IGraphicalObjectLock
public void setGroupingLocked(boolean value)
Determines whether adding this shape to a group is forbidden.
Read/write boolean
.
setGroupingLocked
in interface IGraphicalObjectLock
public boolean getDrilldownLocked()
Determines whether selecting subshapes of this object is forbidden.
Read/write boolean
.
getDrilldownLocked
in interface IGraphicalObjectLock
public void setDrilldownLocked(boolean value)
Determines whether selecting subshapes of this object is forbidden.
Read/write boolean
.
setDrilldownLocked
in interface IGraphicalObjectLock
public boolean getSelectLocked()
Determines whether selecting this shape is forbidden.
Read/write boolean
.
getSelectLocked
in interface IGraphicalObjectLock
public void setSelectLocked(boolean value)
Determines whether selecting this shape is forbidden.
Read/write boolean
.
setSelectLocked
in interface IGraphicalObjectLock
public boolean getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing.
Read/write boolean
.
getAspectRatioLocked
in interface IGraphicalObjectLock
public void setAspectRatioLocked(boolean value)
Determines whether shape have to preserve aspect ratio on resizing.
Read/write boolean
.
setAspectRatioLocked
in interface IGraphicalObjectLock
public boolean getPositionLocked()
Determines whether moving this shape is forbidden.
Read/write boolean
.
getPositionLocked
in interface IGraphicalObjectLock
public void setPositionLocked(boolean value)
Determines whether moving this shape is forbidden.
Read/write boolean
.
setPositionLocked
in interface IGraphicalObjectLock
public boolean getSizeLocked()
Determines whether resizing this shape is forbidden.
Read/write boolean
.
getSizeLocked
in interface IGraphicalObjectLock
public void setSizeLocked(boolean value)
Determines whether resizing this shape is forbidden.
Read/write boolean
.
setSizeLocked
in interface IGraphicalObjectLock
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |