Skip to main content
A newer version of this page is available. .

ViewTabCommandId Enum

Lists commands contained in the View tab.

Declaration

export enum ViewTabCommandId {
    SwitchToSimpleView = 405,
    SwitchToPrintLayout = 406,
    ToggleShowHorizontalRuler = 94,
    ToggleFullScreen = 98
}

Members

Name Description
SwitchToPrintLayout

A command that displays the current document in the print layout view mode.

SwitchToSimpleView

A command that displays the current document in the simple view mode.

ToggleFullScreen

A command that toggles full screen mode.

ToggleShowHorizontalRuler

A command that toggles the horizontal ruler's visibility.