ConnectorLock

Inheritance: java.lang.Object, com.aspose.slides.BaseShapeLock

All Implemented Interfaces: com.aspose.slides.IConnectorLock

public class ConnectorLock extends BaseShapeLock implements IConnectorLock

Determines which operations are disabled on the parent Connector.

Methods

MethodDescription
getGroupingLocked()Determines whether an adding this shape to a group is forbidden.
setGroupingLocked(boolean value)Determines whether an adding this shape to a group is forbidden.
getSelectLocked()Determines whether a selecting this shape is forbidden.
setSelectLocked(boolean value)Determines whether a selecting this shape is forbidden.
getRotateLocked()Determines whether a changing rotation angle of this shape is forbidden.
setRotateLocked(boolean value)Determines whether a changing rotation angle of this shape is forbidden.
getAspectRatioLocked()Determines whether a shape have to preserve aspect ratio on resizing.
setAspectRatioLocked(boolean value)Determines whether a shape have to preserve aspect ratio on resizing.
getPositionMove()Determines whether a moving this shape is forbidden.
setPositionMove(boolean value)Determines whether a moving this shape is forbidden.
getSizeLocked()Determines whether a resizing this shape is forbidden.
setSizeLocked(boolean value)Determines whether a resizing this shape is forbidden.
getEditPointsLocked()Determines whether a direct changing of contour of this shape is forbidden.
setEditPointsLocked(boolean value)Determines whether a direct changing of contour of this shape is forbidden.
getAdjustHandlesLocked()Determines whether a changing adjust values is forbidden.
setAdjustHandlesLocked(boolean value)Determines whether a changing adjust values is forbidden.
getArrowheadsLocked()Determines whether a changing arrowheads is forbidden.
setArrowheadsLocked(boolean value)Determines whether a changing arrowheads is forbidden.
getShapeTypeLocked()Determines whether a changing of a shape type is forbidden.
setShapeTypeLocked(boolean value)Determines whether a changing of a shape type is forbidden.

getGroupingLocked()

public boolean getGroupingLocked()

Determines whether an adding this shape to a group is forbidden. Read/write boolean.

Returns: boolean

setGroupingLocked(boolean value)

public void setGroupingLocked(boolean value)

Determines whether an adding this shape to a group is forbidden. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getSelectLocked()

public boolean getSelectLocked()

Determines whether a selecting this shape is forbidden. Read/write boolean.

Returns: boolean

setSelectLocked(boolean value)

public void setSelectLocked(boolean value)

Determines whether a selecting this shape is forbidden. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getRotateLocked()

public boolean getRotateLocked()

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

Returns: boolean

setRotateLocked(boolean value)

public void setRotateLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getAspectRatioLocked()

public boolean getAspectRatioLocked()

Determines whether a shape have to preserve aspect ratio on resizing. Read/write boolean.

Returns: boolean

setAspectRatioLocked(boolean value)

public void setAspectRatioLocked(boolean value)

Determines whether a shape have to preserve aspect ratio on resizing. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getPositionMove()

public boolean getPositionMove()

Determines whether a moving this shape is forbidden. Read/write boolean.

Returns: boolean

setPositionMove(boolean value)

public void setPositionMove(boolean value)

Determines whether a moving this shape is forbidden. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getSizeLocked()

public boolean getSizeLocked()

Determines whether a resizing this shape is forbidden. Read/write boolean.

Returns: boolean

setSizeLocked(boolean value)

public void setSizeLocked(boolean value)

Determines whether a resizing this shape is forbidden. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getEditPointsLocked()

public boolean getEditPointsLocked()

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

Returns: boolean

setEditPointsLocked(boolean value)

public void setEditPointsLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getAdjustHandlesLocked()

public boolean getAdjustHandlesLocked()

Determines whether a changing adjust values is forbidden. Read/write boolean.

Returns: boolean

setAdjustHandlesLocked(boolean value)

public void setAdjustHandlesLocked(boolean value)

Determines whether a changing adjust values is forbidden. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getArrowheadsLocked()

public boolean getArrowheadsLocked()

Determines whether a changing arrowheads is forbidden. Read/write boolean.

Returns: boolean

setArrowheadsLocked(boolean value)

public void setArrowheadsLocked(boolean value)

Determines whether a changing arrowheads is forbidden. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getShapeTypeLocked()

public boolean getShapeTypeLocked()

Determines whether a changing of a shape type is forbidden. Read/write boolean.

Returns: boolean

setShapeTypeLocked(boolean value)

public void setShapeTypeLocked(boolean value)

Determines whether a changing of a shape type is forbidden. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean