InsertTabItemId Enum
Lists commands contained in the Insert tab.
Declaration
export enum InsertTabItemId {
ShowInsertTableDialog = 55,
InsertPictureLocally = 411,
ShowBookmarkDialog = 58,
ShowHyperlinkDialog = 59,
InsertHeader = 220,
InsertFooter = 221,
InsertPageNumberField = 235,
InsertPageCountField = 236,
InsertFloatingTextBox = 368
}
Members
Name | Description |
---|---|
InsertFloatingTextBox | Identifies the Insert Floating Text Box command. |
InsertFooter | Identifies the Insert Footer command. |
InsertHeader | Identifies the Insert Header command. |
InsertPageCountField | Identifies the Insert Page Count Field command. |
InsertPageNumberField | Identifies the Insert Page Number Field command. |
InsertPictureLocally | Identifies the Insert Picture Locally command. |
ShowBookmarkDialog | Identifies the Show Bookmark Dialog command. |
ShowHyperlinkDialog | Identifies the Show Hyperlink Dialog command. |
ShowInsertTableDialog | Identifies the Show Insert Table Dialog command. |
Feedback