com.aspose.slides
Class GraphicalObjectLockEx

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

public class GraphicalObjectLockEx
extends BaseShapeLockEx

Determines which operations are disabled on the parent GraphicalObjectEx.


Method Summary
 boolean getAspectRatioLocked()
           Determines whether shape have to preserve aspect ratio on resizing.
 boolean getDrilldownLocked()
           Determines whether selecting subshapes of this object is forbidden.
 boolean getGroupingLocked()
           Determines whether adding this shape to a group is forbidden.
 boolean getNoChangeAspect()
          Deprecated. 
 boolean getNoDrilldown()
          Deprecated. 
 boolean getNoGroup()
          Deprecated. 
 boolean getNoMove()
          Deprecated. 
 boolean getNoResize()
          Deprecated. 
 boolean getNoSelect()
          Deprecated. 
 boolean getPositionLocked()
           Determines whether moving this shape is forbidden.
 boolean getSelectLocked()
           Determines whether selecting this shape is forbidden.
 boolean getSizeLocked()
           Determines whether resizing this shape is forbidden.
 void setAspectRatioLocked(boolean value)
           
 void setDrilldownLocked(boolean value)
           
 void setGroupingLocked(boolean value)
           
 void setNoChangeAspect(boolean value)
          Deprecated. 
 void setNoDrilldown(boolean value)
          Deprecated. 
 void setNoGroup(boolean value)
          Deprecated. 
 void setNoMove(boolean value)
          Deprecated. 
 void setNoResize(boolean value)
          Deprecated. 
 void setNoSelect(boolean value)
          Deprecated. 
 void setPositionLocked(boolean value)
           
 void setSelectLocked(boolean value)
           
 void setSizeLocked(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. 


getDrilldownLocked

public boolean getDrilldownLocked()

Determines whether selecting subshapes of this object is forbidden.


setDrilldownLocked

public void setDrilldownLocked(boolean value)

getNoDrilldown

@Deprecated
public boolean getNoDrilldown()
Deprecated. 

Determines whether selecting subshapes of this object is forbidden.


setNoDrilldown

@Deprecated
public void setNoDrilldown(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. 


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.