com.aspose.slides.pptx
Class GroupShapeLockEx

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

public class GroupShapeLockEx
extends BaseShapeLockEx

Determines which operations are disabled on the parent GroupShapeEx.


Method Summary
 boolean isNoChangeAspect()
          Determines whether shape have to preserve aspect ratio on resizing.
 boolean isNoGroup()
          Determines whether adding this shape to a group is forbidden.
 boolean isNoMove()
          Determines whether moving this shape is forbidden.
 boolean isNoResize()
          Determines whether resizing this shape is forbidden.
 boolean isNoRotate()
          Determines whether changing rotation angle of this shape is forbidden.
 boolean isNoSelect()
          Determines whether selecting this shape is forbidden.
 boolean isNoUngroup()
          Determines whether splitting this groupshape is forbidden.
 void setNoChangeAspect(boolean value)
           
 void setNoGroup(boolean value)
           
 void setNoMove(boolean value)
           
 void setNoResize(boolean value)
           
 void setNoRotate(boolean value)
           
 void setNoSelect(boolean value)
           
 void setNoUngroup(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isNoGroup

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


setNoGroup

public void setNoGroup(boolean value)

isNoUngroup

public boolean isNoUngroup()
Determines whether splitting this groupshape is forbidden.


setNoUngroup

public void setNoUngroup(boolean value)

isNoSelect

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


setNoSelect

public void setNoSelect(boolean value)

isNoRotate

public boolean isNoRotate()
Determines whether changing rotation angle of this shape is forbidden.


setNoRotate

public void setNoRotate(boolean value)

isNoChangeAspect

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


setNoChangeAspect

public void setNoChangeAspect(boolean value)

isNoMove

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


setNoMove

public void setNoMove(boolean value)

isNoResize

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


setNoResize

public void setNoResize(boolean value)