GoToPreviousHeaderFooterCommand.execute Method
Executes the GoToPreviousHeaderFooterCommand command.
Declaration
execute(): boolean
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.goToPreviousHeaderFooter.execute();
See Also