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