> ## 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.

# IDocumentEditor

> IDocumentEditor を使用すると、スクリプトから FlexiCapture の文書エディターを操作できます。文書の保存、フォームモードの切り替え、画像、フォーム、エラーの各ウィンドウへのアクセスが可能です。

<div id="what-it-does">
  ## 概要
</div>

文書エディターを表します。

<div id="methods">
  ## メソッド
</div>

| **定義**        | **説明**       |
| ------------- | ------------ |
| Save() : bool | ドキュメントを保存します |

<div id="properties">
  ## プロパティ
</div>

| **名前**       | **型**                                                                   | **アクセス**  | **説明**                   |
| ------------ | ----------------------------------------------------------------------- | --------- | ------------------------ |
| Document     | [IDocument](/ja/flexi-capture/appendix/scripts/idocument)               | 読み取り専用    | 現在編集中のドキュメント             |
| ErrorsWindow | [IErrorsWindow](/ja/flexi-capture/appendix/scripts-shell/ierrorswindow) | 読み取り専用    | エラー ウィンドウ                |
| FormMode     | bool                                                                    | 読み取り/書き込み | データ表示モードが有効かどうかを指定します    |
| FormWindow   | [IFormWindow](/ja/flexi-capture/appendix/scripts-shell/iformwindow)     | 読み取り専用    | フォーム ウィンドウ               |
| Handle       | int                                                                     | 読み取り専用    | ウィンドウのハンドル               |
| ImageWindow  | [IImageWindow](/ja/flexi-capture/appendix/scripts-shell/iimagewindow)   | 読み取り専用    | Image ウィンドウ              |
| Modified     | bool                                                                    | 読み取り専用    | ドキュメントが変更されているかどうかを指定します |
| TaskWindow   | [ITaskWindow](/ja/flexi-capture/appendix/scripts-shell/itaskwindow)     | 読み取り専用    | タスク ウィンドウ                |
