SetFullscreenCommand.execute Method
Executes the ChangePageMarginsCommand command.
Declaration
execute(
show?: boolean
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| show | boolean |
|
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
richEdit.commands.setFullscreen.execute(true);
See Also