Skip to main content
A newer version of this page is available. .

ChangeFloatingObjectTextWrappingCommand.getState Method

Gets information about the command’s state.

Declaration

getState(): CommandState<FloatingObjectTextWrappingSettings>

Returns

Type Description
CommandState<FloatingObjectTextWrappingSettings>

An object that contains the command’s state.

Remarks

Usage example:

var state = richEdit.commands.changeFloatingObjectTextWrapping.getState();
See Also