CommandId Type
An alias type that refers to command ID enumeration types.
#Declaration
export type CommandId = FileTabCommandId | HomeTabCommandId | InsertTabCommandId | PageLayoutTabCommandId | ReferencesTabCommandId | MailMergeTabCommandId | ViewTabCommandId | HeaderAndFooterTabCommandId | TableDesignTabCommandId | TableLayoutTabCommandId | FloatingObjectsFormatTabCommandId | ContextMenuCommandId
#Members
Type | Description |
---|---|
File |
Lists commands contained in the File tab. |
Home |
Lists commands contained in the Home tab. |
Insert |
Lists commands contained in the Insert tab. |
Page |
Lists commands contained in the Page Layout tab. |
References |
Lists commands contained in the References tab. |
Mail |
Lists commands contained in the Mail Merge tab. |
View |
Lists commands contained in the View tab. |
Header |
Lists commands contained in the Header And Footer tab. |
Table |
Lists commands contained in the Design tab. |
Table |
Lists commands contained in the Layout tab. |
Floating |
Lists commands contained in the Format tab. |
Context |
Lists commands contained in the Context Menu. |