graphicalnodelocking-ag凯发旗舰厅



com.spire.presentation.drawing
class graphicalnodelocking

java.lang.object
  extended by com.spire.presentation.pptobject
      extended by com.spire.presentation.baseshapelocking
          extended by com.spire.presentation.drawing.graphicalnodelocking

public class graphicalnodelocking
extends baseshapelocking

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

graphicalnodelocking

public graphicalnodelocking()
method detail

getgroupingprotection

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

setgroupingprotection

public void setgroupingprotection(boolean value)

getdrilldownprotection

public boolean getdrilldownprotection()
indicates whether selecting subshapes of this object disallow.
returns:

setdrilldownprotection

public void setdrilldownprotection(boolean value)

getselectionprotection

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

setselectionprotection

public void setselectionprotection(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)


网站地图