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