com.aspose.slides.pptx
Class AutoShapeLockEx

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

public class AutoShapeLockEx
extends BaseShapeLockEx

Determines which operations are disabled for the parent AutoShapeEx.


Method Summary
 boolean getNoAdjustHandles()
          Deprecated. 
 boolean getNoChangeArrowheads()
          Deprecated. 
 boolean getNoChangeAspect()
          Deprecated. 
 boolean getNoChangeShapeType()
          Deprecated. 
 boolean getNoEditPoints()
          Deprecated. 
 boolean getNoEditText()
          Deprecated. 
 boolean getNoGroup()
          Deprecated. 
 boolean getNoMove()
          Deprecated. 
 boolean getNoResize()
          Deprecated. 
 boolean getNoRotate()
          Deprecated. 
 boolean getNoSelect()
          Deprecated. 
 boolean isAdjustHandlesLocked()
          Determines whether the changing of a shape adjust values is disabled.
 boolean isArrowheadsLocked()
          Determines whether the changing of a shape arrowheads is disabled.
 boolean isAspectRatioLocked()
          Determines whether an aspect ration change is disabled for a shape.
 boolean isEditPointsLocked()
          Determines whether the changing of a shape contour is disabled.
 boolean isGroupingLocked()
          Determines whether a shape grouping is disabled.
 boolean isPositionLocked()
          Determines whether a shape moving is disabled.
 boolean isRotateLocked()
          Determines whether a shape rotating is disabled.
 boolean isSelectLocked()
          Determines whether a shape selecting is disabled.
 boolean isShapeTypeLocked()
          Determines whether the changing of a shape type is disabled.
 boolean isSizeLocked()
          Determines whether a shape resizing is disabled.
 boolean isTextLocked()
          Determines whether the changing of a text is disabled.
 void setAdjustHandlesLocked(boolean value)
          Sets whether the changing of a shape adjust values is disabled.
 void setArrowheadsLocked(boolean value)
          Sets whether the changing of a shape arrowheads is disabled.
 void setAspectRatioLocked(boolean value)
          Sets whether an aspect ration change is disabled for a shape.
 void setEditPointsLocked(boolean value)
          Sets whether the changing of a shape contour is disabled.
 void setGroupingLocked(boolean value)
          Sets whether a shape grouping is disabled.
 void setNoAdjustHandles(boolean value)
          Deprecated. 
 void setNoChangeArrowheads(boolean value)
          Deprecated. 
 void setNoChangeAspect(boolean value)
          Deprecated. 
 void setNoChangeShapeType(boolean value)
          Deprecated. 
 void setNoEditPoints(boolean value)
          Deprecated. 
 void setNoEditText(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 setPositionLocked(boolean value)
          Sets whether a shape moving is disabled.
 void setRotateLocked(boolean value)
          Sets whether a shape rotating is disabled.
 void setSelectLocked(boolean value)
          Sets whether a shape selecting is disabled.
 void setShapeTypeLocked(boolean value)
          Sets whether the changing of a shape type is disabled.
 void setSizeLocked(boolean value)
          Sets whether a shape resizing is disabled.
 void setTextLocked(boolean value)
          Sets whether the changing of a text is disabled.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isGroupingLocked

public boolean isGroupingLocked()
Determines whether a shape grouping is disabled.


setGroupingLocked

public void setGroupingLocked(boolean value)
Sets whether a shape grouping is disabled.

Parameters:
value - true to disable shape grouping.

isSelectLocked

public boolean isSelectLocked()
Determines whether a shape selecting is disabled.


setSelectLocked

public void setSelectLocked(boolean value)
Sets whether a shape selecting is disabled.

Parameters:
value - true to disable shape selecting.

isRotateLocked

public boolean isRotateLocked()
Determines whether a shape rotating is disabled.


setRotateLocked

public void setRotateLocked(boolean value)
Sets whether a shape rotating is disabled.

Parameters:
value - true to disable shape rotating.

isAspectRatioLocked

public boolean isAspectRatioLocked()
Determines whether an aspect ration change is disabled for a shape.


setAspectRatioLocked

public void setAspectRatioLocked(boolean value)
Sets whether an aspect ration change is disabled for a shape.

Parameters:
value - true to disable aspect ration change.

isPositionLocked

public boolean isPositionLocked()
Determines whether a shape moving is disabled.


setPositionLocked

public void setPositionLocked(boolean value)
Sets whether a shape moving is disabled.

Parameters:
value - true to disable shape moving.

isSizeLocked

public boolean isSizeLocked()
Determines whether a shape resizing is disabled.


setSizeLocked

public void setSizeLocked(boolean value)
Sets whether a shape resizing is disabled.

Parameters:
value - true to disable shape resizing.

isEditPointsLocked

public boolean isEditPointsLocked()
Determines whether the changing of a shape contour is disabled.


setEditPointsLocked

public void setEditPointsLocked(boolean value)
Sets whether the changing of a shape contour is disabled.

Parameters:
value - true to disable the changing of a shape contour.

isAdjustHandlesLocked

public boolean isAdjustHandlesLocked()
Determines whether the changing of a shape adjust values is disabled.


setAdjustHandlesLocked

public void setAdjustHandlesLocked(boolean value)
Sets whether the changing of a shape adjust values is disabled.

Parameters:
value - true to disable the changing of a shape adjust values.

isArrowheadsLocked

public boolean isArrowheadsLocked()
Determines whether the changing of a shape arrowheads is disabled.


setArrowheadsLocked

public void setArrowheadsLocked(boolean value)
Sets whether the changing of a shape arrowheads is disabled.

Parameters:
value - true to disable the changing of a shape arrowheads.

isShapeTypeLocked

public boolean isShapeTypeLocked()
Determines whether the changing of a shape type is disabled.


setShapeTypeLocked

public void setShapeTypeLocked(boolean value)
Sets whether the changing of a shape type is disabled.

Parameters:
value - true to disable the changing of a shape type.

isTextLocked

public boolean isTextLocked()
Determines whether the changing of a text is disabled.


setTextLocked

public void setTextLocked(boolean value)
Sets whether the changing of a text is disabled.

Parameters:
value - true to disable the changing of a text.

getNoGroup

@Deprecated
public boolean getNoGroup()
Deprecated. 

Determines whether a shape grouping is disabled.


setNoGroup

@Deprecated
public void setNoGroup(boolean value)
Deprecated. 

Sets whether a shape grouping is disabled.

Parameters:
value - true to disable shape grouping.

getNoSelect

@Deprecated
public boolean getNoSelect()
Deprecated. 

Determines whether a shape selecting is disabled.


setNoSelect

@Deprecated
public void setNoSelect(boolean value)
Deprecated. 

Sets whether a shape selecting is disabled.

Parameters:
value - true to disable shape selecting.

getNoRotate

@Deprecated
public boolean getNoRotate()
Deprecated. 

Determines whether a shape rotating is disabled.


setNoRotate

@Deprecated
public void setNoRotate(boolean value)
Deprecated. 

Sets whether a shape rotating is disabled.

Parameters:
value - true to disable shape rotating.

getNoChangeAspect

@Deprecated
public boolean getNoChangeAspect()
Deprecated. 

Determines whether an aspect ration change is disabled for a shape.


setNoChangeAspect

@Deprecated
public void setNoChangeAspect(boolean value)
Deprecated. 

Sets whether an aspect ration change is disabled for a shape.

Parameters:
value - true to disable aspect ration change.

getNoMove

@Deprecated
public boolean getNoMove()
Deprecated. 

Determines whether a shape moving is disabled.


setNoMove

@Deprecated
public void setNoMove(boolean value)
Deprecated. 

Sets whether a shape moving is disabled.

Parameters:
value - true to disable shape moving.

getNoResize

@Deprecated
public boolean getNoResize()
Deprecated. 

Determines whether a shape resizing is disabled.


setNoResize

@Deprecated
public void setNoResize(boolean value)
Deprecated. 

Sets whether a shape resizing is disabled.

Parameters:
value - true to disable shape resizing.

getNoEditPoints

@Deprecated
public boolean getNoEditPoints()
Deprecated. 

Determines whether the changing of a shape contour is disabled.


setNoEditPoints

@Deprecated
public void setNoEditPoints(boolean value)
Deprecated. 

Sets whether the changing of a shape contour is disabled.

Parameters:
value - true to disable the changing of a shape contour.

getNoAdjustHandles

@Deprecated
public boolean getNoAdjustHandles()
Deprecated. 

Determines whether the changing of a shape adjust values is disabled.


setNoAdjustHandles

@Deprecated
public void setNoAdjustHandles(boolean value)
Deprecated. 

Sets whether the changing of a shape adjust values is disabled.

Parameters:
value - true to disable the changing of a shape adjust values.

getNoChangeArrowheads

@Deprecated
public boolean getNoChangeArrowheads()
Deprecated. 

Determines whether the changing of a shape arrowheads is disabled.


setNoChangeArrowheads

@Deprecated
public void setNoChangeArrowheads(boolean value)
Deprecated. 

Sets whether the changing of a shape arrowheads is disabled.

Parameters:
value - true to disable the changing of a shape arrowheads.

getNoChangeShapeType

@Deprecated
public boolean getNoChangeShapeType()
Deprecated. 

Determines whether the changing of a shape type is disabled.


setNoChangeShapeType

@Deprecated
public void setNoChangeShapeType(boolean value)
Deprecated. 

Sets whether the changing of a shape type is disabled.

Parameters:
value - true to disable the changing of a shape type.

getNoEditText

@Deprecated
public boolean getNoEditText()
Deprecated. 

Determines whether the changing of a text is disabled.


setNoEditText

@Deprecated
public void setNoEditText(boolean value)
Deprecated. 

Sets whether the changing of a text is disabled.

Parameters:
value - true to disable the changing of a text.