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