ChangeFloatingObjectLockAspectRatioCommand.execute(lockAspectRatio) Method
Executes the ChangeFloatingObjectLockAspectRatioCommand command with the specified parameter.
Declaration
execute(
lockAspectRatio: boolean
): boolean
Parameters
Name | Type | Description |
---|---|---|
lockAspectRatio | boolean |
|
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.changeFloatingObjectLockAspectRatio.execute(true);
See Also