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