CommonObjectLockSettings Class
A base class for lock settings.
Declaration
public abstract class CommonObjectLockSettings extends PresentationObject
Inherited Members
Inheritance
CommonObjectLockSettings()
Initializes a new instance of the CommonObjectLockSettings class.
Declaration
public CommonObjectLockSettings()
Methods
deepClone() Method
Clones the current CommonObjectLockSettings instance.
Declaration
public CommonObjectLockSettings deepClone()
Returns
| Type | Description |
|---|---|
CommonObjectLockSettings |
The cloned |
getDisableAspectRatioChange() Method
Disables aspect ratio changes for the current shape.
Declaration
public boolean getDisableAspectRatioChange()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisableGrouping() Method
Disables the ability to combine the current shape with other shapes in a group.
Declaration
public boolean getDisableGrouping()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisableMoving() Method
Disables the ability to move the current shape on the slide.
Declaration
public boolean getDisableMoving()
Returns
| Type | Description |
|---|---|
| boolean |
|
getDisableSelection() Method
Disables selection for the current shape.
Declaration
public boolean getDisableSelection()
Returns
| Type | Description |
|---|---|
| boolean |
|
getIsEmpty() Method
Indicates that no lock settings are applied to the object.
Declaration
public boolean getIsEmpty()
Returns
| Type | Description |
|---|---|
| boolean |
|
setDisableAspectRatioChange(boolean value) Method
Disables aspect ratio changes for the current shape.
Declaration
public void setDisableAspectRatioChange(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisableGrouping(boolean value) Method
Disables the ability to combine the current shape with other shapes in a group.
Declaration
public void setDisableGrouping(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisableMoving(boolean value) Method
Disables the ability to move the current shape on the slide.
Declaration
public void setDisableMoving(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|
setDisableSelection(boolean value) Method
Disables selection for the current shape.
Declaration
public void setDisableSelection(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|