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