ShapeLockSettings Class
Contains lock settings for shapes.
Declaration
public class ShapeLockSettings extends DrawingObjectLockSettings
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
ShapeLockSettings()
Initializes a new instance of the ShapeLockSettings class.
Declaration
public ShapeLockSettings()
Methods
deepClone() Method
Clones the current ShapeLockSettings instance.
Declaration
public ShapeLockSettings deepClone()
Returns
| Type | Description |
|---|---|
ShapeLockSettings |
The cloned |
getDisableTextEdit() Method
Disables edits to the shape text.
Declaration
public boolean getDisableTextEdit()
Returns
| Type | Description |
|---|---|
| boolean |
|
setDisableTextEdit(boolean value) Method
Disables edits to the shape text.
Declaration
public void setDisableTextEdit(boolean value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | boolean |
|