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