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. |
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. |