|
|||||||||
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.pictureframelockex
public class pictureframelockex
indicates which operations are disabled on the parent pictureframe.
constructor summary | |
---|---|
pictureframelockex()
|
method summary | |
---|---|
boolean |
getadjusthandlesprotection()
indicates whether a changing adjust values disallow. |
boolean |
getarrowheadchangesprotection()
indicates whether a changing arrowheads disallow. |
boolean |
getaspectratioprotection()
indicates whether a shape have to preserve aspect ratio on resizing. |
boolean |
getcropprotection()
indicates whether an image cropping is forbidden. |
boolean |
geteditpointprotection()
indicates whether a direct changing of contour of this shape 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 |
getrotationprotection()
indicates whether a changing rotation angle of this shape disallow. |
boolean |
getselectionprotection()
indicates whether a selecting this shape disallow. |
boolean |
getshapetypeprotection()
indicates whether a changing of a shape type disallow. |
void |
setadjusthandlesprotection(boolean value)
|
void |
setarrowheadchangesprotection(boolean value)
|
void |
setaspectratioprotection(boolean value)
|
void |
setcropprotection(boolean value)
|
void |
seteditpointprotection(boolean value)
|
void |
setgroupingprotection(boolean value)
|
void |
setpositionprotection(boolean value)
|
void |
setresizeprotection(boolean value)
|
void |
setrotationprotection(boolean value)
|
void |
setselectionprotection(boolean value)
|
void |
setshapetypeprotection(boolean value)
|
methods inherited from class com.spire.presentation.pptobject |
---|
checkdisposed, getparent |
constructor detail |
---|
public pictureframelockex()
method detail |
---|
public boolean getgroupingprotection()
public void setgroupingprotection(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)
public boolean geteditpointprotection()
public void seteditpointprotection(boolean value)
public boolean getadjusthandlesprotection()
public void setadjusthandlesprotection(boolean value)
public boolean getarrowheadchangesprotection()
public void setarrowheadchangesprotection(boolean value)
public boolean getshapetypeprotection()
public void setshapetypeprotection(boolean value)
public boolean getcropprotection()
public void setcropprotection(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |