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 isAspectRatioLocked()
          Determines whether shape have to preserve aspect ratio on resizing.
 boolean isGroupingLocked()
          Determines whether adding this shape to a group is forbidden.
 boolean isNoChangeAspect()
          Deprecated. 
 boolean isNoGroup()
          Deprecated. 
 boolean isNoMove()
          Deprecated. 
 boolean isNoResize()
          Deprecated. 
 boolean isNoRotate()
          Deprecated. 
 boolean isNoSelect()
          Deprecated. 
 boolean isNoUngroup()
          Deprecated. 
 boolean isPositionLocked()
          Determines whether moving this shape is forbidden.
 boolean isRotationLocked()
          Determines whether changing rotation angle of this shape is forbidden.
 boolean isSelectLocked()
          Determines whether selecting this shape is forbidden.
 boolean isSizeLocked()
          Determines whether resizing this shape is forbidden.
 boolean isUngroupingLocked()
          Determines whether splitting this groupshape is forbidden.
 void setAspectRatioLocked(boolean value)
           
 void setGroupingLocked(boolean value)
           
 void setNoChangeAspect(boolean value)
          Deprecated. 
 void setNoGroup(boolean value)
          Deprecated. 
 void setNoMove(boolean value)
          Deprecated. 
 void setNoResize(boolean value)
          Deprecated. 
 void setNoRotate(boolean value)
          Deprecated. 
 void setNoSelect(boolean value)
          Deprecated. 
 void setNoUngroup(boolean value)
          Deprecated. 
 void setPositionLocked(boolean value)
           
 void setRotationLocked(boolean value)
           
 void setSelectLocked(boolean value)
           
 void setSizeLocked(boolean value)
           
 void setUngroupingLocked(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isGroupingLocked

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


setGroupingLocked

public void setGroupingLocked(boolean value)

isUngroupingLocked

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


setUngroupingLocked

public void setUngroupingLocked(boolean value)

isSelectLocked

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


setSelectLocked

public void setSelectLocked(boolean value)

isRotationLocked

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


setRotationLocked

public void setRotationLocked(boolean value)

isAspectRatioLocked

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


setAspectRatioLocked

public void setAspectRatioLocked(boolean value)

isPositionLocked

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


setPositionLocked

public void setPositionLocked(boolean value)

isSizeLocked

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


setSizeLocked

public void setSizeLocked(boolean value)

isNoGroup

@Deprecated
public boolean isNoGroup()
Deprecated. 

Determines whether adding this shape to a group is forbidden.


setNoGroup

@Deprecated
public void setNoGroup(boolean value)
Deprecated. 


isNoUngroup

@Deprecated
public boolean isNoUngroup()
Deprecated. 

Determines whether splitting this groupshape is forbidden.


setNoUngroup

@Deprecated
public void setNoUngroup(boolean value)
Deprecated. 


isNoSelect

@Deprecated
public boolean isNoSelect()
Deprecated. 

Determines whether selecting this shape is forbidden.


setNoSelect

@Deprecated
public void setNoSelect(boolean value)
Deprecated. 


isNoRotate

@Deprecated
public boolean isNoRotate()
Deprecated. 

Determines whether changing rotation angle of this shape is forbidden.


setNoRotate

@Deprecated
public void setNoRotate(boolean value)
Deprecated. 


isNoChangeAspect

@Deprecated
public boolean isNoChangeAspect()
Deprecated. 

Determines whether shape have to preserve aspect ratio on resizing.


setNoChangeAspect

@Deprecated
public void setNoChangeAspect(boolean value)
Deprecated. 


isNoMove

@Deprecated
public boolean isNoMove()
Deprecated. 

Determines whether moving this shape is forbidden.


setNoMove

@Deprecated
public void setNoMove(boolean value)
Deprecated. 


isNoResize

@Deprecated
public boolean isNoResize()
Deprecated. 

Determines whether resizing this shape is forbidden.


setNoResize

@Deprecated
public void setNoResize(boolean value)
Deprecated.