PictureFrameLock

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

All Implemented Interfaces: com.aspose.slides.IPictureFrameLock

public class PictureFrameLock extends BaseShapeLock implements IPictureFrameLock

Determines which operations are disabled on the parent PictureFrame.

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.
getRotationLocked()Determines whether a changing rotation angle of this shape is forbidden.
setRotationLocked(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.
getPositionLocked()Determines whether a moving this shape is forbidden.
setPositionLocked(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.
getCropLocked()Determines whether an image cropping is forbidden.
setCropLocked(boolean value)Determines whether an image cropping 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

getRotationLocked()

public boolean getRotationLocked()

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

Returns: boolean

setRotationLocked(boolean value)

public void setRotationLocked(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

getPositionLocked()

public boolean getPositionLocked()

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

Returns: boolean

setPositionLocked(boolean value)

public void setPositionLocked(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

getCropLocked()

public boolean getCropLocked()

Determines whether an image cropping is forbidden. Read/write boolean.

Returns: boolean

setCropLocked(boolean value)

public void setCropLocked(boolean value)

Determines whether an image cropping is forbidden. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean