IGroupShapeLock

All Implemented Interfaces: com.aspose.slides.IBaseShapeLock

public interface IGroupShapeLock extends IBaseShapeLock

Determines which operations are disabled on the parent GroupShape.

Methods

MethodDescription
getGroupingLocked()Determines whether adding this shape to a group is forbidden.
setGroupingLocked(boolean value)Determines whether adding this shape to a group is forbidden.
getUngroupingLocked()Determines whether splitting this groupshape is forbidden.
setUngroupingLocked(boolean value)Determines whether splitting this groupshape is forbidden.
getSelectLocked()Determines whether selecting this shape is forbidden.
setSelectLocked(boolean value)Determines whether selecting this shape is forbidden.
getRotationLocked()Determines whether changing rotation angle of this shape is forbidden.
setRotationLocked(boolean value)Determines whether changing rotation angle of this shape is forbidden.
getAspectRatioLocked()Determines whether shape have to preserve aspect ratio on resizing.
setAspectRatioLocked(boolean value)Determines whether shape have to preserve aspect ratio on resizing.
getPositionLocked()Determines whether moving this shape is forbidden.
setPositionLocked(boolean value)Determines whether moving this shape is forbidden.
getSizeLocked()Determines whether resizing this shape is forbidden.
setSizeLocked(boolean value)Determines whether resizing this shape is forbidden.

getGroupingLocked()

public abstract boolean getGroupingLocked()

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

Returns: boolean

setGroupingLocked(boolean value)

public abstract void setGroupingLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getUngroupingLocked()

public abstract boolean getUngroupingLocked()

Determines whether splitting this groupshape is forbidden. Read/write boolean.

Returns: boolean

setUngroupingLocked(boolean value)

public abstract void setUngroupingLocked(boolean value)

Determines whether splitting this groupshape is forbidden. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getSelectLocked()

public abstract boolean getSelectLocked()

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

Returns: boolean

setSelectLocked(boolean value)

public abstract void setSelectLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getRotationLocked()

public abstract boolean getRotationLocked()

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

Returns: boolean

setRotationLocked(boolean value)

public abstract void setRotationLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getAspectRatioLocked()

public abstract boolean getAspectRatioLocked()

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

Returns: boolean

setAspectRatioLocked(boolean value)

public abstract void setAspectRatioLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getPositionLocked()

public abstract boolean getPositionLocked()

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

Returns: boolean

setPositionLocked(boolean value)

public abstract void setPositionLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

getSizeLocked()

public abstract boolean getSizeLocked()

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

Returns: boolean

setSizeLocked(boolean value)

public abstract void setSizeLocked(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean