RibbonItemId Type
An alias type that refers to ribbon item ID enumeration types.
Declaration
export type RibbonItemId = string | FileTabItemId | HomeTabItemId | InsertTabItemId | PageLayoutTabItemId | ReferencesTabItemId | MailMergeTabItemId | ViewTabItemId | HeaderAndFooterTabItemId | TableDesignTabItemId | TableLayoutTabItemId | FloatingObjectsFormatTabItemId
Members
| Type | Description |
|---|---|
| string | A string that specifies an item’s identifier. |
| FileTabItemId | Lists commands contained in the File tab. |
| HomeTabItemId | Lists commands contained in the Home tab. |
| InsertTabItemId | Lists commands contained in the Insert tab. |
| PageLayoutTabItemId | Lists commands contained in the Page Layout tab. |
| ReferencesTabItemId | Lists commands contained in the References tab. |
| MailMergeTabItemId | Lists commands contained in the Mail Merge tab. |
| ViewTabItemId | Lists commands contained in the View tab. |
| HeaderAndFooterTabItemId | Lists commands contained in the Header And Footer tab. |
| TableDesignTabItemId | Lists commands contained in the Design tab. |
| TableLayoutTabItemId | Lists commands contained in the Layout tab. |
| FloatingObjectsFormatTabItemId | Lists commands contained in the Format tab. |