|
|||||||||
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.drawing.GraphicalNodeLocking
public class GraphicalNodeLocking
Indicates which operations are disabled on the parent GraphicalObject.
Constructor Summary | |
---|---|
GraphicalNodeLocking()
|
Method Summary | |
---|---|
boolean |
getAspectRatioProtection()
Indicates whether a shape have to preserve aspect ratio on resizing. |
boolean |
getDrilldownProtection()
Indicates whether selecting subshapes of this object Disallow. |
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 |
getSelectionProtection()
Indicates whether a selecting this shape Disallow. |
void |
setAspectRatioProtection(boolean value)
|
void |
setDrilldownProtection(boolean value)
|
void |
setGroupingProtection(boolean value)
|
void |
setPositionProtection(boolean value)
|
void |
setResizeProtection(boolean value)
|
void |
setSelectionProtection(boolean value)
|
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Constructor Detail |
---|
public GraphicalNodeLocking()
Method Detail |
---|
public boolean getGroupingProtection()
public void setGroupingProtection(boolean value)
public boolean getDrilldownProtection()
public void setDrilldownProtection(boolean value)
public boolean getSelectionProtection()
public void setSelectionProtection(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 |