RibbonTabType Enum
Lists ribbon tabs.
Declaration
export enum RibbonTabType {
File = 0,
Home = 1,
Insert = 2,
PageLayout = 3,
References = 4,
MailMerge = 5,
View = 6,
HeadersFooters = 7,
TableDesign = 8,
TableLayout = 9,
FloatingObjectsFormat = 10
}
Members
Name | Description |
---|---|
File
|
Identifies the File tab. |
FloatingObjectsFormat
|
Identifies the Floating Objects Format tab. |
HeadersFooters
|
Identifies the Headers Footers tab. |
Home
|
Identifies the Home tab. |
Insert
|
Identifies the Insert tab. |
MailMerge
|
Identifies the Mail Merge tab. |
PageLayout
|
Identifies the Page Layout tab. |
References
|
Identifies the References tab. |
TableDesign
|
Identifies the Table Design tab. |
TableLayout
|
Identifies the Table Layout tab. |
View
|
Identifies the View tab. |