ViewTabItemId Enum
Lists commands contained in the View tab.
Declaration
export enum ViewTabItemId {
SwitchToSimpleView = 405,
SwitchToPrintLayout = 406,
ToggleShowHorizontalRuler = 94,
ToggleFullScreen = 98
}
Members
Name | Description |
---|---|
SwitchToPrintLayout | Identifies the Switch To Print Layout command. |
SwitchToSimpleView | Identifies the Switch To Simple View command. |
ToggleFullScreen | Identifies the Toggle Full Screen command. |
ToggleShowHorizontalRuler | Identifies the Toggle Show Horizontal Ruler command. |
Feedback