ChangeFloatingObjectLockAnchorCommand.execute(lockAnchor) Method
Executes the ChangeFloatingObjectLockAnchorCommand command with the specified parameter.
Declaration
execute(
lockAnchor: boolean
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| lockAnchor | boolean |
|
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example (it is implied that selection is set to a floating object):
richEdit.commands.changeFloatingObjectLockAnchor.execute(true);
See Also