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()
          Determines whether the changing of a shape adjust values is disabled.
 boolean getNoChangeArrowheads()
          Determines whether the changing of a shape arrowheads is disabled.
 boolean getNoChangeAspect()
          Determines whether an aspect ration change is disabled for a shape.
 boolean getNoChangeShapeType()
          Determines whether the changing of a shape type is disabled.
 boolean getNoEditPoints()
          Determines whether the changing of a shape contour is disabled.
 boolean getNoEditText()
          Determines whether the changing of a text is disabled.
 boolean getNoGroup()
          Determines whether a shape grouping is disabled.
 boolean getNoMove()
          Determines whether a shape moving is disabled.
 boolean getNoResize()
          Determines whether a shape resizing is disabled.
 boolean getNoRotate()
          Determines whether a shape rotating is disabled.
 boolean getNoSelect()
          Determines whether a shape selecting is disabled.
 void setNoAdjustHandles(boolean value)
          Sets whether the changing of a shape adjust values is disabled.
 void setNoChangeArrowheads(boolean value)
          Sets whether the changing of a shape arrowheads is disabled.
 void setNoChangeAspect(boolean value)
          Sets whether an aspect ration change is disabled for a shape.
 void setNoChangeShapeType(boolean value)
          Sets whether the changing of a shape type is disabled.
 void setNoEditPoints(boolean value)
          Sets whether the changing of a shape contour is disabled.
 void setNoEditText(boolean value)
          Sets whether the changing of a text is disabled.
 void setNoGroup(boolean value)
          Sets whether a shape grouping is disabled.
 void setNoMove(boolean value)
          Sets whether a shape moving is disabled.
 void setNoResize(boolean value)
          Sets whether a shape resizing is disabled.
 void setNoRotate(boolean value)
          Sets whether a shape rotating is disabled.
 void setNoSelect(boolean value)
          Sets whether a shape selecting is disabled.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNoGroup

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


setNoGroup

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

Parameters:
value - true to disable shape grouping.

getNoSelect

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


setNoSelect

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

Parameters:
value - true to disable shape selecting.

getNoRotate

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


setNoRotate

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

Parameters:
value - true to disable shape rotating.

getNoChangeAspect

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


setNoChangeAspect

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

Parameters:
value - true to disable aspect ration change.

getNoMove

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


setNoMove

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

Parameters:
value - true to disable shape moving.

getNoResize

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


setNoResize

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

Parameters:
value - true to disable shape resizing.

getNoEditPoints

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


setNoEditPoints

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

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

getNoAdjustHandles

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


setNoAdjustHandles

public void setNoAdjustHandles(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.

getNoChangeArrowheads

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


setNoChangeArrowheads

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

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

getNoChangeShapeType

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


setNoChangeShapeType

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

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

getNoEditText

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


setNoEditText

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

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