Skip to main content

SetFullscreenCommand.execute Method

Executes the ChangePageMarginsCommand command.

Declaration

execute(
    show?: boolean
): boolean

Parameters

Name Type Description
show boolean

true, to enable fullscreen mode; otherwise, false.

Returns

Type Description
boolean

true if the command has been successfully executed; false if the command execution has failed.

Remarks

richEdit.commands.setFullscreen.execute(true);
See Also