|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.BaseShapeLocking
com.spire.presentation.GroupShapeLocking
public class GroupShapeLocking
Indicates which operations are disabled on the parent GroupShape.
Constructor Summary | |
---|---|
GroupShapeLocking()
|
Method Summary | |
---|---|
boolean |
getAspectRatioProtection()
Indicates whether a shape have to preserve aspect ratio on resizing. |
boolean |
getGroupingProtection()
Indicates whether an adding this shape to a group Disallow. |
boolean |
getPositionProtection()
Indicates whether a moving this shape Disallow. |
boolean |
getResizeProtection()
Indicates whether a resizing this shape Disallow. |
boolean |
getRotationProtection()
Indicates whether a changing rotation angle of this shape Disallow. |
boolean |
getSelectionProtection()
Indicates whether a selecting this shape Disallow. |
boolean |
getUngroupingProtection()
Indicates whether splitting this groupshape Disallow. |
void |
setAspectRatioProtection(boolean value)
|
void |
setGroupingProtection(boolean value)
|
void |
setPositionProtection(boolean value)
|
void |
setResizeProtection(boolean value)
|
void |
setRotationProtection(boolean value)
|
void |
setSelectionProtection(boolean value)
|
void |
setUngroupingProtection(boolean value)
|
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Constructor Detail |
---|
public GroupShapeLocking()
Method Detail |
---|
public boolean getGroupingProtection()
public void setGroupingProtection(boolean value)
public boolean getUngroupingProtection()
public void setUngroupingProtection(boolean value)
public boolean getSelectionProtection()
public void setSelectionProtection(boolean value)
public boolean getRotationProtection()
public void setRotationProtection(boolean value)
public boolean getAspectRatioProtection()
public void setAspectRatioProtection(boolean value)
public boolean getPositionProtection()
public void setPositionProtection(boolean value)
public boolean getResizeProtection()
public void setResizeProtection(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |