|
||||||||
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.GroupShapeLock
public class GroupShapeLock
Determines which operations are disabled on the parent GroupShape.
Method Summary | |
---|---|
boolean |
getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing. |
boolean |
getGroupingLocked()
Determines whether adding this shape to a group is forbidden. |
boolean |
getPositionLocked()
Determines whether moving this shape is forbidden. |
boolean |
getRotationLocked()
Determines whether changing rotation angle of this shape is forbidden. |
boolean |
getSelectLocked()
Determines whether selecting this shape is forbidden. |
boolean |
getSizeLocked()
Determines whether resizing this shape is forbidden. |
boolean |
getUngroupingLocked()
Determines whether splitting this groupshape is forbidden. |
void |
setAspectRatioLocked(boolean value)
|
void |
setGroupingLocked(boolean value)
|
void |
setPositionLocked(boolean value)
|
void |
setRotationLocked(boolean value)
|
void |
setSelectLocked(boolean value)
|
void |
setSizeLocked(boolean value)
|
void |
setUngroupingLocked(boolean value)
|
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.
getGroupingLocked
in interface IGroupShapeLock
public void setGroupingLocked(boolean value)
setGroupingLocked
in interface IGroupShapeLock
public boolean getUngroupingLocked()
Determines whether splitting this groupshape is forbidden.
getUngroupingLocked
in interface IGroupShapeLock
public void setUngroupingLocked(boolean value)
setUngroupingLocked
in interface IGroupShapeLock
public boolean getSelectLocked()
Determines whether selecting this shape is forbidden.
getSelectLocked
in interface IGroupShapeLock
public void setSelectLocked(boolean value)
setSelectLocked
in interface IGroupShapeLock
public boolean getRotationLocked()
Determines whether changing rotation angle of this shape is forbidden.
getRotationLocked
in interface IGroupShapeLock
public void setRotationLocked(boolean value)
setRotationLocked
in interface IGroupShapeLock
public boolean getAspectRatioLocked()
Determines whether shape have to preserve aspect ratio on resizing.
getAspectRatioLocked
in interface IGroupShapeLock
public void setAspectRatioLocked(boolean value)
setAspectRatioLocked
in interface IGroupShapeLock
public boolean getPositionLocked()
Determines whether moving this shape is forbidden.
getPositionLocked
in interface IGroupShapeLock
public void setPositionLocked(boolean value)
setPositionLocked
in interface IGroupShapeLock
public boolean getSizeLocked()
Determines whether resizing this shape is forbidden.
getSizeLocked
in interface IGroupShapeLock
public void setSizeLocked(boolean value)
setSizeLocked
in interface IGroupShapeLock
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |