ContextMenuCommandId Enum
Lists commands contained in the Context Menu.
#Declaration
export enum ContextMenuCommandId {
ApplySpellingSuggestion = 318,
NoSpellingSuggestions = 457,
IgnoreSpellingError = 314,
IgnoreAllSpellingErrors = 315,
AddWordToDictionary = 317,
OpenHyperlink = 195,
ShowEditHyperlinkDialog = 194,
RemoveHyperlink = 196,
UpdateField = 179,
ToggleFieldCodes = 180,
RestartNumberedList = 170,
ContinueNumberedList = 189,
Cut = 10,
Copy = 9,
Paste = 8,
TableMenu = 239,
InsertTableColumnToTheLeft = 243,
InsertTableColumnToTheRight = 244,
InsertTableRowAbove = 246,
InsertTableRowBelow = 245,
ShowInsertTableCellsDialog = 252,
ShowDeleteTableCellsDialog = 253,
ShowSplitCellsDialog = 255,
MergeTableCells = 254,
DecreaseParagraphIndent = 34,
IncreaseParagraphIndent = 35,
ShowFontDialog = 52,
ShowParagraphDialog = 53,
ShowBookmarkDialog = 58,
ShowHyperlinkDialog = 59,
ChangeFloatingObjectTextWrapTypeMenu = 454,
SetFloatingObjectInlineTextWrapType = 374,
SetFloatingObjectSquareTextWrapType = 346,
SetFloatingObjectTightTextWrapType = 347,
SetFloatingObjectThroughTextWrapType = 348,
SetFloatingObjectTopAndBottomTextWrapType = 349,
SetFloatingObjectBehindTextWrapType = 350,
SetFloatingObjectInFrontOfTextWrapType = 351,
FloatingObjectBringForwardMenu = 455,
FloatingObjectBringForward = 361,
FloatingObjectBringToFront = 362,
FloatingObjectBringInFrontOfText = 363,
FloatingObjectSendBackwardMenu = 456,
FloatingObjectSendBackward = 364,
FloatingObjectSendToBack = 365,
FloatingObjectSendBehindText = 366,
SelectAll = 106
}
#Members
Name | Description |
---|---|
Add
|
Adds a word to the dictionary. |
Apply
|
Replaces the underlined word with the word the spell checker suggests. |
Change
|
A command that shows the Wrap Text menu. |
Continue
|
Adds items of the numbered list to the previous numbered list and restores sequential numbering. |
Copy
|
A command that copies the selected text to the clipboard. |
Cut
|
A command that cuts the selected text and place it in the clipboard. |
Decrease
|
Decreases the indent of the paragraph. |
Floating
|
A command that brings a floating object forward. |
Floating
|
A command that shows the Bring to Front menu. |
Floating
|
A command that brings a floating object in front of the text. |
Floating
|
A command that brings a floating object to the front. |
Floating
|
A command that sends a floating object backward. |
Floating
|
A command that shows the Send to Back menu. |
Floating
|
A command that sends a floating object behind the text. |
Floating
|
A command that sends a floating object to the back. |
Ignore
|
Skips all instances of the word in the document without changing it. |
Ignore
|
Skips the word without changing it. |
Increase
|
Increases the indent of the paragraph. |
Insert
|
A command that inserts a column in the table to the left of the selected row. |
Insert
|
A command that inserts a column in the table to the right of the selected row. |
Insert
|
A command that inserts a row in the table above the selected row. |
Insert
|
A command that inserts a row in the table below the selected row. |
Merge
|
A command that merges the selected cells. |
No
|
Informs the user that the spell checker has no spelling suggestion for the underlined word. |
Open
|
Opens the hyperlink in a new tab. |
Paste
|
A command that pastes the text from the clipboard over the selection. |
Remove
|
Removes a hyperlink. |
Restart
|
Starts a new numbered list from the selected item. |
Select
|
Selects the entire main sub-document content. |
Set
|
A command that places the floating object behind the text. |
Set
|
A command that places the floating object in front of the text. |
Set
|
A command that transforms the floating object into an inline object. |
Set
|
A command that wraps the text around the floating object. |
Set
|
A command that applies the Through text wrapping style to the floating object. |
Set
|
A command that applies the Tight text wrapping style to the floating object. |
Set
|
A command that places text above and below the floating object. |
Show
|
A command that shows the Bookmark dialog. |
Show
|
A command that shows the Insert Cells dialog. |
Show
|
A command that shows the Hyperlink dialog. |
Show
|
A command that shows the Font dialog. |
Show
|
A command that shows the Hyperlink dialog. |
Show
|
A command that shows the Insert Cells dialog. |
Show
|
A command that shows the Paragraph dialog. |
Show
|
A command that shows the Spit Cells dialog. |
Table
|
A command that shows the table’s Insert menu. |
Toggle
|
Toggles the field view between the field code and the field result. |
Update
|
Updates the field result. |