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