com.aspose.slides.pptx
Class GraphicalObjectLockEx

java.lang.Object
  extended by com.aspose.slides.pptx.BaseShapeLockEx
      extended by com.aspose.slides.pptx.GraphicalObjectLockEx

public class GraphicalObjectLockEx
extends BaseShapeLockEx

Determines which operations are disabled on the parent GraphicalObjectEx.


Method Summary
 boolean getNoChangeAspect()
          Determines whether shape have to preserve aspect ratio on resizing.
 boolean getNoDrilldown()
          Determines whether selecting subshapes of this object is forbidden.
 boolean getNoGroup()
          Determines whether adding this shape to a group is forbidden.
 boolean getNoMove()
          Determines whether moving this shape is forbidden.
 boolean getNoResize()
          Determines whether resizing this shape is forbidden.
 boolean getNoSelect()
          Determines whether selecting this shape is forbidden.
 void setNoChangeAspect(boolean value)
           
 void setNoDrilldown(boolean value)
           
 void setNoGroup(boolean value)
           
 void setNoMove(boolean value)
           
 void setNoResize(boolean value)
           
 void setNoSelect(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNoGroup

public boolean getNoGroup()
Determines whether adding this shape to a group is forbidden.


setNoGroup

public void setNoGroup(boolean value)

getNoDrilldown

public boolean getNoDrilldown()
Determines whether selecting subshapes of this object is forbidden.


setNoDrilldown

public void setNoDrilldown(boolean value)

getNoSelect

public boolean getNoSelect()
Determines whether selecting this shape is forbidden.


setNoSelect

public void setNoSelect(boolean value)

getNoChangeAspect

public boolean getNoChangeAspect()
Determines whether shape have to preserve aspect ratio on resizing.


setNoChangeAspect

public void setNoChangeAspect(boolean value)

getNoMove

public boolean getNoMove()
Determines whether moving this shape is forbidden.


setNoMove

public void setNoMove(boolean value)

getNoResize

public boolean getNoResize()
Determines whether resizing this shape is forbidden.


setNoResize

public void setNoResize(boolean value)