> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# テキストエディターのコマンド

> Windows 上の ABBYY FineReader Engine Visual Components における Text Editor コマンドの一覧 — 以下は Text Editor で使用可能なコマンドの一覧です。

以下は、[Text Editor](/ja/fine-reader/engine/visual-components-reference/texteditor) で使用可能なコマンドの一覧です。コマンドは次の方法で呼び出せます。

* コンテキストメニューから項目を選択する
* ツールバーのボタンをクリックする
* ホットキーを押す
* コンポーネントの [Commands](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/commands) サブオブジェクトの [DoCommand](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/commands/docommand-method) メソッドを使用する

ただし、すべてのコマンドでこれらの方法が利用できるとは限りません。どの呼び出し方法を使用できるかは、以下の表に示しています。"+" はコマンドが既定で使用可能であることを示し、"\*" は開発者がそのコマンドを追加できることを示します。あわせて、[Customizing the Context Menu and Toolbar of a ビジュアルコンポーネント](/ja/fine-reader/engine/guided-tour/advanced-techniques/using-gui-elements/customizing-the-context-menu-and-toolbar-of-a-visual-component) も参照してください。

| MenuItemEnum定数           | 説明                                                                  | コンテキストメニュー | ツールバー | DoCommand | ショートカットキー                   | その他                                          |
| ------------------------ | ------------------------------------------------------------------- | ---------- | ----- | --------- | --------------------------- | -------------------------------------------- |
| MI\_AddToDictionary      | 選択した単語をスペルチェック辞書に追加します。                                             | +          |       | +         |                             |                                              |
| MI\_AlignParagraphsLeft  | 選択した段落を左揃えにします。                                                     | \*         | \*    | +         |                             |                                              |
| MI\_AlignParagraphsRight | 選択した段落を右揃えにします。                                                     | \*         | \*    | +         |                             |                                              |
| MI\_CenterParagraphs     | 選択した段落を中央揃えにします。                                                    | \*         | \*    | +         |                             |                                              |
| MI\_CheckSpelling        | Check Spelling ダイアログ (Text Validator コンポーネント) を開き、認識されたテキストを確認できます。 | \*         | +     | +         | Ctrl+F7                     |                                              |
| MI\_Copy                 | 選択したテキストをクリップボードにコピーします。                                            | +          | \*    | +         | Ctrl+C or Ctrl+Insert       |                                              |
| MI\_Cut                  | 選択したテキストを削除し、クリップボードにコピーします。                                        | +          | \*    | +         | Ctrl+X or Shift+Del         |                                              |
| MI\_DeletePicture        | 選択した画像を削除します。                                                       | +          |       | +         |                             |                                              |
| MI\_EditFontStyles       | Style Editor ダイアログを開き、フォントスタイルや書式を編集できます。                           | \*         | \*    | +         |                             |                                              |
| MI\_Find                 | Find ダイアログを開き、認識されたテキスト内のテキスト行を検索できます。                              | \*         | \*    | +         | Ctrl+F                      |                                              |
| MI\_FindNext             | 指定したテキストの次の出現箇所を検索します。                                              | \*         | \*    | +         | F3                          |                                              |
| MI\_FontBold             | 選択範囲を太字にします。                                                        | \*         | \*    | +         | Ctrl+B                      |                                              |
| MI\_FontItalic           | 選択範囲を斜体にします。                                                        | \*         | \*    | +         | Ctrl+I                      |                                              |
| MI\_FontSubscript        | フォントサイズを小さくして、選択範囲を下付きにします。                                         | \*         | \*    | +         | Ctrl+=                      |                                              |
| MI\_FontSuperscript      | フォントサイズを小さくして、選択範囲を上付きにします。                                         | \*         | \*    | +         | Ctrl+Shift+=                |                                              |
| MI\_FontUnderlined       | 選択範囲に下線を付けます。                                                       | \*         | \*    | +         | Ctrl+U                      |                                              |
| MI\_HyperlinkEdit        | Edit Hyperlink ダイアログを開き、ハイパーリンクを編集できます。                             | +          | \*    | +         |                             |                                              |
| MI\_HyperlinkOpen        | ハイパーリンク先を開きます。                                                      | +          |       | +         |                             |                                              |
| MI\_HyperlinkRemove      | ハイパーリンクを削除します。                                                      | +          |       | +         |                             |                                              |
| MI\_IgnoreAll            | スペルチェック中に、この単語のすべての出現箇所を無視します。                                      | +          |       | +         |                             |                                              |
| MI\_JustifyParagraphs    | 選択した段落を両端揃えにします。                                                    | \*         | \*    | +         |                             |                                              |
| MI\_MergeTableCells      | 選択した表のセルを1つに結合します。                                                  | \*         | \*    | +         |                             |                                              |
| MI\_NextError            | テキスト内で認識結果が不確かな次の文字または単語へカーソルを移動します。                                | \*         | +     | +         | Shift+F4                    |                                              |
| MI\_NextPage             | 次のページを表示します。                                                        | \*         | \*    | +         | Ctrl+Num+ or Alt+Down Arrow | Text Editor の右下隅にある下矢印                       |
| MI\_Options              | Options ダイアログを表示し、各種の表示オプションや保存オプションを指定できます。                        | \*         | \*    | +         |                             |                                              |
| MI\_Paste                | クリップボードにコピーされたテキストを挿入位置に貼り付けます。                                     | +          | \*    | +         | Ctrl+V or Shift+Insert      |                                              |
| MI\_PrevError            | テキスト内で認識結果が不確かな前の文字または単語へカーソルを移動します。                                | \*         | +     | +         | Shift+F5                    |                                              |
| MI\_PrevPage             | 前のページを表示します。                                                        | \*         | \*    | +         | Ctrl+Num- or Alt+Up Arrow   | Text Editor の右下隅にある上矢印                       |
| MI\_PrintText            | 認識されたテキストを印刷します。                                                    | \*         | \*    | +         | Ctrl+P                      |                                              |
| MI\_Properties           | 選択した文字またはテキストのプロパティを表示します。                                          | +          | \*    | +         | Alt+Enter                   | Text Editor の左下隅にある Show Text Properties ボタン |
| MI\_Redo                 | 直前に元に戻した操作をやり直します。                                                  | \*         | \*    | +         | Ctrl+Enter or Ctrl+Y        |                                              |
| MI\_Replace              | Replace ダイアログを開きます。このダイアログでは、認識されたテキスト内のテキスト行を別のテキスト行に置き換えることができます。 | \*         | \*    | +         | Ctrl+H                      |                                              |
| MI\_Scale\_100           | テキストのスケール値として 100% を選択します。                                          | +          |       | +         |                             |                                              |
| MI\_Scale\_125           | テキストのスケール値として 125% を選択します。                                          | +          |       | +         |                             |                                              |
| MI\_Scale\_150           | テキストのスケール値として 150% を選択します。                                          | +          |       | +         |                             |                                              |
| MI\_Scale\_175           | テキストのスケール値として 175% を選択します。                                          | +          |       | +         |                             |                                              |
| MI\_Scale\_200           | テキストのスケール値として 200% を選択します。                                          | +          |       | +         |                             |                                              |
| MI\_Scale\_50            | テキストのスケール値として 50% を選択します。                                           | +          |       | +         |                             |                                              |
| MI\_Scale\_75            | テキストのスケール値として 75% を選択します。                                           | +          |       | +         |                             |                                              |
| MI\_Scale\_BestFit       | テキストに最適な表示を選択します。                                                   | +          |       | +         |                             | Text Editor の下部ペインにある Best Fit ボタン           |
| MI\_Scale\_FitToHeight   | テキスト表示を高さに合わせます。                                                    | +          |       | +         |                             | Text Editor の下部ペインにある Fit to Height ボタン      |
| MI\_Scale\_FitToWidth    | テキスト表示を幅に合わせます。                                                     | +          |       | +         |                             | Text Editor の下部ペインにある Fit to Width ボタン       |
| MI\_Scale\_ZoomIn        | テキストを拡大します。                                                         | +          | \*    | +         |                             |                                              |
| MI\_Scale\_ZoomOut       | テキストを縮小します。                                                         | +          | \*    | +         |                             |                                              |
| MI\_SelectAll            | Text Editor 内のすべてのテキストを選択します。                                       | +          |       | +         | Ctrl+A                      |                                              |
| MI\_Separator            | ツールバーまたはコンテキストメニューに区切り線を追加します。                                      | +          | \*    |           |                             |                                              |
| MI\_SetLanguage          | Select Language ダイアログを開きます。このダイアログでは、認識結果が不確かな単語の認識言語を変更できます。       | +          |       | +         |                             |                                              |
| MI\_ShowPictures         | 画像の表示/非表示を切り替えます。                                                   | \*         | \*    | +         |                             |                                              |
| MI\_ShowRunningTitles    | 柱の表示/非表示を切り替えます。                                                    | \*         | \*    | +         |                             |                                              |
| MI\_ShowSpecials         | 非印字文字を表示します。                                                        | +          | +     | +         |                             |                                              |
| MI\_ShowUncertain        | 認識結果が不確かな文字を強調表示します。                                                | +          | +     | +         |                             |                                              |
| MI\_SplitTableCells      | 以前に結合したセルを分割します。                                                    | \*         | \*    | +         |                             |                                              |
| MI\_SubMenu              | コンテキストメニューにサブメニューを追加します。                                            | +          |       |           |                             |                                              |
| MI\_Undo                 | 直前の操作を元に戻します。                                                       | \*         | \*    | +         | Alt+Backspace or Ctrl+Z     |                                              |
| MI\_ViewDictionaries     | Select Dictionary ダイアログを開きます。このダイアログでは、辞書のプロパティを表示および編集できます。        | \*         | \*    | +         | Ctrl+Alt+D                  |                                              |
| MI\_CustomCommand1       | カスタム コマンドを定義できます。                                                   | \*         | \*    | +         |                             |                                              |
| MI\_CustomCommand2       | カスタム コマンドを定義できます。                                                   | \*         | \*    | +         |                             |                                              |
| MI\_CustomCommand3       | カスタム コマンドを定義できます。                                                   | \*         | \*    | +         |                             |                                              |
| MI\_CustomCommand4       | カスタム コマンドを定義できます。                                                   | \*         | \*    | +         |                             |                                              |
| MI\_CustomCommand5       | カスタム コマンドを定義できます。                                                   | \*         | \*    | +         |                             |                                              |
| MI\_CustomCommand6       | カスタムコマンドを定義できます。                                                    | \*         | \*    | +         |                             |                                              |
| MI\_CustomCommand7       | カスタムコマンドを定義できます。                                                    | \*         | \*    | +         |                             |                                              |
| MI\_CustomCommand8       | カスタムコマンドを定義できます。                                                    | \*         | \*    | +         |                             |                                              |
| MI\_CustomCommand9       | カスタムコマンドを定義できます。                                                    | \*         | \*    | +         |                             |                                              |
| MI\_CustomCommand10      | カスタムコマンドを定義できます。                                                    | \*         | \*    | +         |                             |                                              |

<div id="see-also">
  ## 関連項目
</div>

[ビジュアルコンポーネントのコンテキストメニューとツールバーのカスタマイズ](/ja/fine-reader/engine/guided-tour/advanced-techniques/using-gui-elements/customizing-the-context-menu-and-toolbar-of-a-visual-component)

[Commands](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/commands)

[MenuItemEnum](/ja/fine-reader/engine/visual-components-reference/enumerations/menuitemenum)
