Skip to main content
Below is the list of commands available in Text Editor. The commands can be called by:
  • selecting an item from a context menu,
  • clicking a toolbar button,
  • pressing a hot key,
  • using the DoCommand method of the Commands subobject of a component
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 constantDescriptionContext menuToolbarDoCommandHot keyOther
MI\_AddToDictionaryAdds the selected word to a spelling dictionary.++
MI\_AlignParagraphsLeftAligns the selected paragraphs with the left margin.\*\*+
MI\_AlignParagraphsRightAligns the selected paragraphs with the right margin.\*\*+
MI\_CenterParagraphsCenters the selected paragraphs.\*\*+
MI\_CheckSpellingOpens the Check Spelling dialog box (the Text Validator component), which allows you to verify recognized text.\*++Ctrl+F7
MI\_CopyCopies the selected text to the Clipboard.+\*+Ctrl+C or Ctrl+Insert
MI\_CutDeletes the selected text and copies it to the Clipboard.+\*+Ctrl+X or Shift+Del
MI\_DeletePictureDeletes selected picture.++
MI\_EditFontStylesOpens the Style Editor dialog box, which allows you to edit font style and formatting.\*\*+
MI\_FindOpens the Find dialog box, which allows you to find the text line in the recognized text.\*\*+Ctrl+F
MI\_FindNextFinds the next occurrence of the specified text.\*\*+F3
MI\_FontBoldMakes the selection bold.\*\*+Ctrl+B
MI\_FontItalicMakes the selection italic.\*\*+Ctrl+I
MI\_FontSubscriptMakes the selection subscript reducing its font size.\*\*+Ctrl+=
MI\_FontSuperscriptMakes the selection superscript reducing its font size.\*\*+Ctrl+Shift+=
MI\_FontUnderlinedUnderlines the selection with a single line.\*\*+Ctrl+U
MI\_HyperlinkEditOpens the Edit Hyperlink dialog box, which allows you to edit hyperlinks.+\*+
MI\_HyperlinkOpenFollows the hyperlink.++
MI\_HyperlinkRemoveRemoves the hyperlink.++
MI\_IgnoreAllIgnores all the occurrences of the word during spell checking.++
MI\_JustifyParagraphsAligns the selected paragraphs to both the left and right margins or indents.\*\*+
MI\_MergeTableCellsMerges the selected table cells into one.\*\*+
MI\_NextErrorMoves the cursor position to the next uncertainly recognized character or word in the text.\*++Shift+F4
MI\_NextPageShows next page.\*\*+Ctrl+Num+ or Alt+Down ArrowDown arrow in the right bottom corner of Text Editor
MI\_OptionsShows the Options dialog box, which allows you to specify different viewing and saving options.\*\*+
MI\_PasteInserts the text copied to the Clipboard at the insertion point.+\*+Ctrl+V or Shift+Insert
MI\_PrevErrorMoves the cursor position to the previous uncertainly recognized character or word in the text.\*++Shift+F5
MI\_PrevPageShows previous page.\*\*+Ctrl+Num- or Alt+Up ArrowUp arrow in the right bottom corner of Text Editor
MI\_PrintTextPrints the recognized text.\*\*+Ctrl+P
MI\_PropertiesShows the properties of the selected character or text.+\*+Alt+EnterShow Text Properties button in the left bottom corner of Text Editor
MI\_RedoCancels the latest undone action.\*\*+Ctrl+Enter or Ctrl+Y
MI\_ReplaceOpens the Replace dialog box, which allows you to replace the text line in the recognized text with another text line.\*\*+Ctrl+H
MI\_Scale\_100Selects 100% scale value for a text.++
MI\_Scale\_125Selects 125% scale value for a text.++
MI\_Scale\_150Selects 150% scale value for a text.++
MI\_Scale\_175Selects 175% scale value for a text.++
MI\_Scale\_200Selects 200% scale value for a text.++
MI\_Scale\_50Selects 50% scale value for a text.++
MI\_Scale\_75Selects 75% scale value for a text.++
MI\_Scale\_BestFitSelects the best view for a text.++Best Fit button on the bottom pane of Text Editor
MI\_Scale\_FitToHeightFits text view to height.++Fit to Height button on the bottom pane of Text Editor
MI\_Scale\_FitToWidthFits text view to width.++Fit to Width button on the bottom pane of Text Editor
MI\_Scale\_ZoomInZooms into the text.+\*+
MI\_Scale\_ZoomOutZooms out of the text.+\*+
MI\_SelectAllSelects all text in Text Editor.++Ctrl+A
MI\_SeparatorAdds a separator to the toolbar or context menu.+\*
MI\_SetLanguageOpens the Select Language dialog box, which allows you to change recognition language for uncertainly recognized words.++
MI\_ShowPicturesShows or hides pictures.\*\*+
MI\_ShowRunningTitlesShows or hides running titles.\*\*+
MI\_ShowSpecialsDisplays non-printable characters.+++
MI\_ShowUncertainHighlights uncertainly recognized characters.+++
MI\_SplitTableCellsSplits the previously merged cells.\*\*+
MI\_SubMenuAdds submenu to the context menu.+
MI\_UndoCancels the latest action.\*\*+Alt+Backspace or Ctrl+Z
MI\_ViewDictionariesOpens the Select Dictionary dialog box, which allows you to view and edit dictionary properties.\*\*+Ctrl+Alt+D
MI\_CustomCommand1Allows you to define a custom command.\*\*+
MI\_CustomCommand2Allows you to define a custom command.\*\*+
MI\_CustomCommand3Allows you to define a custom command.\*\*+
MI\_CustomCommand4Allows you to define a custom command.\*\*+
MI\_CustomCommand5Allows you to define a custom command.\*\*+
MI\_CustomCommand6Allows you to define a custom command.\*\*+
MI\_CustomCommand7Allows you to define a custom command.\*\*+
MI\_CustomCommand8Allows you to define a custom command.\*\*+
MI\_CustomCommand9Allows you to define a custom command.\*\*+
MI\_CustomCommand10Allows you to define a custom command.\*\*+

See also

Customizing the Context Menu and Toolbar of a Visual Component Commands MenuItemEnum