IConnectorLock

All Implemented Interfaces: com.aspose.slides.IBaseShapeLock

public interface IConnectorLock extends IBaseShapeLock

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 abstract boolean getGroupingLocked()

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

Returns: boolean

setGroupingLocked(boolean value)

public abstract void setGroupingLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getSelectLocked()

public abstract boolean getSelectLocked()

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

Returns: boolean

setSelectLocked(boolean value)

public abstract void setSelectLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getRotateLocked()

public abstract boolean getRotateLocked()

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

Returns: boolean

setRotateLocked(boolean value)

public abstract void setRotateLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getAspectRatioLocked()

public abstract boolean getAspectRatioLocked()

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

Returns: boolean

setAspectRatioLocked(boolean value)

public abstract void setAspectRatioLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getPositionMove()

public abstract boolean getPositionMove()

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

Returns: boolean

setPositionMove(boolean value)

public abstract void setPositionMove(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getSizeLocked()

public abstract boolean getSizeLocked()

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

Returns: boolean

setSizeLocked(boolean value)

public abstract void setSizeLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getEditPointsLocked()

public abstract boolean getEditPointsLocked()

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

Returns: boolean

setEditPointsLocked(boolean value)

public abstract void setEditPointsLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getAdjustHandlesLocked()

public abstract boolean getAdjustHandlesLocked()

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

Returns: boolean

setAdjustHandlesLocked(boolean value)

public abstract void setAdjustHandlesLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getArrowheadsLocked()

public abstract boolean getArrowheadsLocked()

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

Returns: boolean

setArrowheadsLocked(boolean value)

public abstract void setArrowheadsLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getShapeTypeLocked()

public abstract boolean getShapeTypeLocked()

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

Returns: boolean

setShapeTypeLocked(boolean value)

public abstract void setShapeTypeLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean