groupshapelocking-ag凯发旗舰厅



com.spire.presentation
class groupshapelocking

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.baseshapelocking
          extended by com.spire.presentation.groupshapelocking

public class groupshapelocking
extends baseshapelocking

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

groupshapelocking

public groupshapelocking()
method detail

getgroupingprotection

public boolean getgroupingprotection()
indicates whether an adding this shape to a group disallow.
returns:

setgroupingprotection

public void setgroupingprotection(boolean value)

getungroupingprotection

public boolean getungroupingprotection()
indicates whether splitting this groupshape disallow.
returns:

setungroupingprotection

public void setungroupingprotection(boolean value)

getselectionprotection

public boolean getselectionprotection()
indicates whether a selecting this shape disallow.
returns:

setselectionprotection

public void setselectionprotection(boolean value)

getrotationprotection

public boolean getrotationprotection()
indicates whether a changing rotation angle of this shape disallow.
returns:

setrotationprotection

public void setrotationprotection(boolean value)

getaspectratioprotection

public boolean getaspectratioprotection()
indicates whether a shape have to preserve aspect ratio on resizing.
returns:

setaspectratioprotection

public void setaspectratioprotection(boolean value)

getpositionprotection

public boolean getpositionprotection()
indicates whether a moving this shape disallow.
returns:

setpositionprotection

public void setpositionprotection(boolean value)

getresizeprotection

public boolean getresizeprotection()
indicates whether a resizing this shape disallow.
returns:

setresizeprotection

public void setresizeprotection(boolean value)


网站地图