com.aspose.slides
Class GroupShapeLockEx

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

public class GroupShapeLockEx
extends BaseShapeLockEx

Determines which operations are disabled on the parent GroupShapeEx.


Method Summary
 boolean getAspectRatioLocked()
           Determines whether shape have to preserve aspect ratio on resizing.
 boolean getGroupingLocked()
           Determines whether adding this shape to a group is forbidden.
 boolean getNoChangeAspect()
          Deprecated. 
 boolean getNoGroup()
          Deprecated. 
 boolean getNoMove()
          Deprecated. 
 boolean getNoResize()
          Deprecated. 
 boolean getNoRotate()
          Deprecated. 
 boolean getNoSelect()
          Deprecated. 
 boolean getNoUngroup()
          Deprecated. 
 boolean getPositionLocked()
           Determines whether moving this shape is forbidden.
 boolean getRotationLocked()
           Determines whether changing rotation angle of this shape is forbidden.
 boolean getSelectLocked()
           Determines whether selecting this shape is forbidden.
 boolean getSizeLocked()
           Determines whether resizing this shape is forbidden.
 boolean getUngroupingLocked()
           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

getGroupingLocked

public boolean getGroupingLocked()

Determines whether adding this shape to a group is forbidden.


setGroupingLocked

public void setGroupingLocked(boolean value)

getNoGroup

@Deprecated
public boolean getNoGroup()
Deprecated. 

Determines whether adding this shape to a group is forbidden.


setNoGroup

@Deprecated
public void setNoGroup(boolean value)
Deprecated. 


getUngroupingLocked

public boolean getUngroupingLocked()

Determines whether splitting this groupshape is forbidden.


setUngroupingLocked

public void setUngroupingLocked(boolean value)

getNoUngroup

@Deprecated
public boolean getNoUngroup()
Deprecated. 

Determines whether splitting this groupshape is forbidden.


setNoUngroup

@Deprecated
public void setNoUngroup(boolean value)
Deprecated. 


getSelectLocked

public boolean getSelectLocked()

Determines whether selecting this shape is forbidden.


setSelectLocked

public void setSelectLocked(boolean value)

getNoSelect

@Deprecated
public boolean getNoSelect()
Deprecated. 

Determines whether selecting this shape is forbidden.


setNoSelect

@Deprecated
public void setNoSelect(boolean value)
Deprecated. 


getRotationLocked

public boolean getRotationLocked()

Determines whether changing rotation angle of this shape is forbidden.


setRotationLocked

public void setRotationLocked(boolean value)

getNoRotate

@Deprecated
public boolean getNoRotate()
Deprecated. 

Determines whether changing rotation angle of this shape is forbidden.


setNoRotate

@Deprecated
public void setNoRotate(boolean value)
Deprecated. 


getAspectRatioLocked

public boolean getAspectRatioLocked()

Determines whether shape have to preserve aspect ratio on resizing.


setAspectRatioLocked

public void setAspectRatioLocked(boolean value)

getNoChangeAspect

@Deprecated
public boolean getNoChangeAspect()
Deprecated. 

Determines whether shape have to preserve aspect ratio on resizing.


setNoChangeAspect

@Deprecated
public void setNoChangeAspect(boolean value)
Deprecated. 


getPositionLocked

public boolean getPositionLocked()

Determines whether moving this shape is forbidden.


setPositionLocked

public void setPositionLocked(boolean value)

getNoMove

@Deprecated
public boolean getNoMove()
Deprecated. 

Determines whether moving this shape is forbidden.


setNoMove

@Deprecated
public void setNoMove(boolean value)
Deprecated. 


getSizeLocked

public boolean getSizeLocked()

Determines whether resizing this shape is forbidden.


setSizeLocked

public void setSizeLocked(boolean value)

getNoResize

@Deprecated
public boolean getNoResize()
Deprecated. 

Determines whether resizing this shape is forbidden.


setNoResize

@Deprecated
public void setNoResize(boolean value)
Deprecated.