However, not all these methods are available for each command. Availability of this or that calling method is described in the table below: "+" means that the command is available by default, "*" — the command can be added by developer. See also Customizing the Context Menu and Toolbar of a Visual Component.
MenuItemEnum constant |
Description |
Context menu |
Toolbar |
DoCommand |
Hot key |
Other |
MI_AddToDictionary |
Adds the selected word to a spelling dictionary. |
+ |
|
+ |
|
|
MI_AlignParagraphsLeft |
Aligns the selected paragraphs with the left margin. |
* |
* |
+ |
|
|
MI_AlignParagraphsRight |
Aligns the selected paragraphs with the right margin. |
* |
* |
+ |
|
|
MI_CenterParagraphs |
Centers the selected paragraphs. |
* |
* |
+ |
|
|
MI_CheckSpelling |
Opens the Check Spelling dialog box (the Text Validator component), which allows you to verify recognized text. |
* |
+ |
+ |
Ctrl+F7 |
|
MI_Copy |
Copies the selected text to the Clipboard. |
+ |
* |
+ |
Ctrl+C or Ctrl+Insert |
|
MI_Cut |
Deletes the selected text and copies it to the Clipboard. |
+ |
* |
+ |
Ctrl+X or Shift+Del |
|
MI_DeletePicture |
Deletes selected picture. |
+ |
|
+ |
|
|
MI_EditFontStyles |
Opens the Style Editor dialog box, which allows you to edit font style and formatting. |
* |
* |
+ |
|
|
MI_Find |
Opens the Find dialog box, which allows you to find the text line in the recognized text. |
* |
* |
+ |
Ctrl+F |
|
MI_FindNext |
Finds the next occurrence of the specified text. |
* |
* |
+ |
F3 |
|
MI_FontBold |
Makes the selection bold. |
* |
* |
+ |
Ctrl+B |
|
MI_FontItalic |
Makes the selection italic. |
* |
* |
+ |
Ctrl+I |
|
MI_FontSubscript |
Makes the selection subscript reducing its font size. |
* |
* |
+ |
Ctrl+= |
|
MI_FontSuperscript |
Makes the selection superscript reducing its font size. |
* |
* |
+ |
Ctrl+Shift+= |
|
MI_FontUnderlined |
Underlines the selection with a single line. |
* |
* |
+ |
Ctrl+U |
|
MI_HyperlinkEdit |
Opens the Edit Hyperlink dialog box, which allows you to edit hyperlinks. |
+ |
* |
+ |
|
|
MI_HyperlinkOpen |
Follows the hyperlink. |
+ |
|
+ |
|
|
MI_HyperlinkRemove |
Removes the hyperlink. |
+ |
|
+ |
|
|
MI_IgnoreAll |
Ignores all the occurrences of the word during spell checking. |
+ |
|
+ |
|
|
MI_JustifyParagraphs |
Aligns the selected paragraphs to both the left and right margins or indents. |
* |
* |
+ |
|
|
MI_MergeTableCells |
Merges the selected table cells into one. |
* |
* |
+ |
|
|
MI_NextError |
Moves the cursor position to the next uncertainly recognized character or word in the text. |
* |
+ |
+ |
Shift+F4 |
|
MI_NextPage |
Shows next page. |
* |
* |
+ |
Ctrl+Num+ or
Alt+Down Arrow
|
Down arrow in the right bottom corner of Text Editor |
MI_Options |
Shows the Options dialog box, which allows you to specify different viewing and saving options. |
* |
* |
+ |
|
|
MI_Paste |
Inserts the text copied to the Clipboard at the insertion point. |
+ |
* |
+ |
Ctrl+V or Shift+Insert |
|
MI_PrevError |
Moves the cursor position to the previous uncertainly recognized character or word in the text. |
* |
+ |
+ |
Shift+F5 |
|
MI_PrevPage |
Shows previous page. |
* |
* |
+ |
Ctrl+Num- or
Alt+Up Arrow
|
Up arrow in the right bottom corner of Text Editor |
MI_PrintText |
Prints the recognized text. |
* |
* |
+ |
Ctrl+P |
|
MI_Properties |
Shows the properties of the selected character or text. |
+ |
* |
+ |
Alt+Enter |
Show Text Properties button in the left bottom corner of Text Editor |
MI_Redo |
Cancels the latest undone action. |
* |
* |
+ |
Ctrl+Enter or Ctrl+Y |
|
MI_Replace |
Opens the Replace dialog box, which allows you to replace the text line in the recognized text with another text line. |
* |
* |
+ |
Ctrl+H |
|
MI_Scale_100 |
Selects 100% scale value for a text. |
+ |
|
+ |
|
|
MI_Scale_125 |
Selects 125% scale value for a text. |
+ |
|
+ |
|
|
MI_Scale_150 |
Selects 150% scale value for a text. |
+ |
|
+ |
|
|
MI_Scale_175 |
Selects 175% scale value for a text. |
+ |
|
+ |
|
|
MI_Scale_200 |
Selects 200% scale value for a text. |
+ |
|
+ |
|
|
MI_Scale_50 |
Selects 50% scale value for a text. |
+ |
|
+ |
|
|
MI_Scale_75 |
Selects 75% scale value for a text. |
+ |
|
+ |
|
|
MI_Scale_BestFit |
Selects the best view for a text. |
+ |
|
+ |
|
Best Fit button on the bottom pane of Text Editor |
MI_Scale_FitToHeight |
Fits text view to height. |
+ |
|
+ |
|
Fit to Height button on the bottom pane of Text Editor |
MI_Scale_FitToWidth |
Fits text view to width. |
+ |
|
+ |
|
Fit to Width button on the bottom pane of Text Editor |
MI_Scale_ZoomIn |
Zooms into the text. |
+ |
* |
+ |
|
|
MI_Scale_ZoomOut |
Zooms out of the text. |
+ |
* |
+ |
|
|
MI_SelectAll |
Selects all text in Text Editor. |
+ |
|
+ |
Ctrl+A |
|
MI_Separator |
Adds a separator to the toolbar or context menu. |
+ |
* |
|
|
|
MI_SetLanguage |
Opens the Select Language dialog box, which allows you to change recognition language for uncertainly recognized words. |
+ |
|
+ |
|
|
MI_ShowPictures |
Shows or hides pictures. |
* |
* |
+ |
|
|
MI_ShowRunningTitles |
Shows or hides running titles. |
* |
* |
+ |
|
|
MI_ShowSpecials |
Displays non-printable characters. |
+ |
+ |
+ |
|
|
MI_ShowUncertain |
Highlights uncertainly recognized characters. |
+ |
+ |
+ |
|
|
MI_SplitTableCells |
Splits the previously merged cells. |
* |
* |
+ |
|
|
MI_SubMenu |
Adds submenu to the context menu. |
+ |
|
|
|
|
MI_Undo |
Cancels the latest action. |
* |
* |
+ |
Alt+Backspace or Ctrl+Z |
|
MI_ViewDictionaries |
Opens the Select Dictionary dialog box, which allows you to view and edit dictionary properties. |
* |
* |
+ |
Ctrl+Alt+D |
|
MI_CustomCommand1 |
Allows you to define a custom command. |
* |
* |
+ |
|
|
MI_CustomCommand2 |
Allows you to define a custom command. |
* |
* |
+ |
|
|
MI_CustomCommand3 |
Allows you to define a custom command. |
* |
* |
+ |
|
|
MI_CustomCommand4 |
Allows you to define a custom command. |
* |
* |
+ |
|
|
MI_CustomCommand5 |
Allows you to define a custom command. |
* |
* |
+ |
|
|
MI_CustomCommand6 |
Allows you to define a custom command. |
* |
* |
+ |
|
|
MI_CustomCommand7 |
Allows you to define a custom command. |
* |
* |
+ |
|
|
MI_CustomCommand8 |
Allows you to define a custom command. |
* |
* |
+ |
|
|
MI_CustomCommand9 |
Allows you to define a custom command. |
* |
* |
+ |
|
|
MI_CustomCommand10 |
Allows you to define a custom command. |
* |
* |
+ |
|
|