com.aspose.slides.pptx
Class ConnectorLockEx

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

public class ConnectorLockEx
extends BaseShapeLockEx

Determines which operations are disabled on the parent ConnectorEx.


Method Summary
 boolean getNoAdjustHandles()
          Deprecated. 
 boolean getNoChangeArrowheads()
          Deprecated. 
 boolean getNoChangeAspect()
          Deprecated. 
 boolean getNoChangeShapeType()
          Deprecated. 
 boolean getNoEditPoints()
          Deprecated. 
 boolean getNoGroup()
          Deprecated. 
 boolean getNoMove()
          Deprecated. 
 boolean getNoResize()
          Deprecated. 
 boolean getNoRotate()
          Deprecated. 
 boolean getNoSelect()
          Deprecated. 
 boolean isAdjustHandlesLocked()
          Determines whether a changing adjust values is forbidden.
 boolean isArrowheadsLocked()
          Determines whether a changing arrowheads is forbidden.
 boolean isAspectRatioLocked()
          Determines whether a shape have to preserve aspect ratio on resizing.
 boolean isEditPointsLocked()
          Determines whether a direct changing of contour of this shape is // forbidden.
 boolean isGroupingLocked()
          Determines whether an adding this shape to a group is forbidden.
 boolean isPositionMove()
          Determines whether a moving this shape is forbidden.
 boolean isRotateLocked()
          Determines whether a changing rotation angle of this shape is // forbidden.
 boolean isSelectLocked()
          Determines whether a selecting this shape is forbidden.
 boolean isShapeTypeLocked()
          Determines whether a changing of a shape type is forbidden.
 boolean isSizeLocked()
          Determines whether a resizing this shape is forbidden.
 void setAdjustHandlesLocked(boolean value)
           
 void setArrowheadsLocked(boolean value)
           
 void setAspectRatioLocked(boolean value)
           
 void setEditPointsLocked(boolean value)
           
 void setGroupingLocked(boolean value)
           
 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 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 setPositionMove(boolean value)
           
 void setRotateLocked(boolean value)
           
 void setSelectLocked(boolean value)
           
 void setShapeTypeLocked(boolean value)
           
 void setSizeLocked(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 an adding this shape to a group is forbidden.


setGroupingLocked

public void setGroupingLocked(boolean value)

isSelectLocked

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


setSelectLocked

public void setSelectLocked(boolean value)

isRotateLocked

public boolean isRotateLocked()
Determines whether a changing rotation angle of this shape is // forbidden.


setRotateLocked

public void setRotateLocked(boolean value)

isAspectRatioLocked

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


setAspectRatioLocked

public void setAspectRatioLocked(boolean value)

isPositionMove

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


setPositionMove

public void setPositionMove(boolean value)

isSizeLocked

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


setSizeLocked

public void setSizeLocked(boolean value)

isEditPointsLocked

public boolean isEditPointsLocked()
Determines whether a direct changing of contour of this shape is // forbidden.


setEditPointsLocked

public void setEditPointsLocked(boolean value)

isAdjustHandlesLocked

public boolean isAdjustHandlesLocked()
Determines whether a changing adjust values is forbidden.


setAdjustHandlesLocked

public void setAdjustHandlesLocked(boolean value)

isArrowheadsLocked

public boolean isArrowheadsLocked()
Determines whether a changing arrowheads is forbidden.


setArrowheadsLocked

public void setArrowheadsLocked(boolean value)

isShapeTypeLocked

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


setShapeTypeLocked

public void setShapeTypeLocked(boolean value)

getNoGroup

@Deprecated
public boolean getNoGroup()
Deprecated. 

Determines whether an adding this shape to a group is forbidden.


setNoGroup

@Deprecated
public void setNoGroup(boolean value)
Deprecated. 


getNoSelect

@Deprecated
public boolean getNoSelect()
Deprecated. 

Determines whether a selecting this shape is forbidden.


setNoSelect

@Deprecated
public void setNoSelect(boolean value)
Deprecated. 


getNoRotate

@Deprecated
public boolean getNoRotate()
Deprecated. 

Determines whether a changing rotation angle of this shape is // forbidden.


setNoRotate

@Deprecated
public void setNoRotate(boolean value)
Deprecated. 


getNoChangeAspect

@Deprecated
public boolean getNoChangeAspect()
Deprecated. 

Determines whether a shape have to preserve aspect ratio on resizing.


setNoChangeAspect

@Deprecated
public void setNoChangeAspect(boolean value)
Deprecated. 


getNoMove

@Deprecated
public boolean getNoMove()
Deprecated. 

Determines whether a moving this shape is forbidden.


setNoMove

@Deprecated
public void setNoMove(boolean value)
Deprecated. 


getNoResize

@Deprecated
public boolean getNoResize()
Deprecated. 

Determines whether a resizing this shape is forbidden.


setNoResize

@Deprecated
public void setNoResize(boolean value)
Deprecated. 


getNoEditPoints

@Deprecated
public boolean getNoEditPoints()
Deprecated. 

Determines whether a direct changing of contour of this shape is // forbidden.


setNoEditPoints

@Deprecated
public void setNoEditPoints(boolean value)
Deprecated. 


getNoAdjustHandles

@Deprecated
public boolean getNoAdjustHandles()
Deprecated. 

Determines whether a changing adjust values is forbidden.


setNoAdjustHandles

@Deprecated
public void setNoAdjustHandles(boolean value)
Deprecated. 


getNoChangeArrowheads

@Deprecated
public boolean getNoChangeArrowheads()
Deprecated. 

Determines whether a changing arrowheads is forbidden.


setNoChangeArrowheads

@Deprecated
public void setNoChangeArrowheads(boolean value)
Deprecated. 


getNoChangeShapeType

@Deprecated
public boolean getNoChangeShapeType()
Deprecated. 

Determines whether a changing of a shape type is forbidden.


setNoChangeShapeType

@Deprecated
public void setNoChangeShapeType(boolean value)
Deprecated.