ChangeFloatingObjectAbsoluteSizeCommand.getState Method
Gets information about the command’s state.
Declaration
getState(): CommandState<FloatingObjectAbsoluteSizeSettings>
Returns
Type | Description |
---|---|
CommandState<FloatingObjectAbsoluteSizeSettings> | An object that contains the command’s state. |
Remarks
Usage example:
var state = richEdit.commands.changeFloatingObjectAbsoluteSize.getState();
See Also