SetDifferentOddAndEvenPagesHeaderFooterCommand.execute Method
Executes the SetDifferentOddAndEvenPagesHeaderFooterCommand command with the specified parameter.
Declaration
execute(
differentOddAndEvenPages?: boolean
): boolean
Parameters
Name | Type | Description |
---|---|---|
differentOddAndEvenPages | boolean |
|
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.setDifferentOddAndEvenPagesHeaderFooter.execute(true);
See Also