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

# EditorPosition オブジェクト（IEditorPosition インターフェイス）

> Windows 上の ABBYY FineReader Engine Visual Components の EditorPosition オブジェクト（IEditorPosition インターフェイス） — このオブジェクトは、ドキュメント内のカーソル位置 (ページ、ページ上のブロック、セル (テーブルブロック内) 、ブロックまたはセル内の段落、段落内の記号) を指定します。

このオブジェクトは、ドキュメント内のカーソル位置 (ページ、ページ上のブロック、セル (テーブルブロック内) 、ブロックまたはセル内の段落、段落内の記号) を指定します。

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

| 名前        | 型                                                                                                         | 説明                                                                                                                                  |
| --------- | --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| Block     | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | [ILayout::VisualBlocks](/ja/fine-reader/engine/api-reference/layout-related-objects/layout#visualblocks) コレクション内のブロックのインデックスを指定します。 |
| Cell      | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | セル (テーブルブロック内) のインデックスを指定します。カーソル位置がテーブルブロック内にない場合、このプロパティの値は -1 になります。                                                             |
| Page      | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | ドキュメント内のページのインデックスを指定します。                                                                                                           |
| Paragraph | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | 段落のインデックスを指定します。カーソル位置が画像ブロック内にある場合、このプロパティの値は -1 になります。                                                                            |
| Symbol    | [int](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties) | 段落内の記号のインデックスを指定します。カーソル位置が画像ブロック内にある場合、このプロパティの値は -1 になります。                                                                        |

<div id="output-parameter">
  ## 出力パラメーター
</div>

このオブジェクトは、[TextEditor](/ja/fine-reader/engine/visual-components-reference/texteditor)オブジェクトの [GetSelection](/ja/fine-reader/engine/visual-components-reference/texteditor/getselection-method) メソッドの出力パラメーターです。

<div id="input-parameter">
  ## 入力パラメーター
</div>

このオブジェクトは、次のメソッドに入力パラメーターとして渡されます。

* [TextEditor](/ja/fine-reader/engine/visual-components-reference/texteditor) オブジェクトの [SetSelection](/ja/fine-reader/engine/visual-components-reference/texteditor/setselection-method) メソッド
* [TextValidator](/ja/fine-reader/engine/visual-components-reference/textvalidator) オブジェクトの [Spell](/ja/fine-reader/engine/visual-components-reference/textvalidator/spell-method) メソッド
* [ITextValidatorEvents](/ja/fine-reader/engine/visual-components-reference/itextvalidatorevents) インターフェイスの [OnSelectionChanged](/ja/fine-reader/engine/visual-components-reference/itextvalidatorevents/onselectionchanged-method) メソッド

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

[ITextEditor::CursorPosition](/ja/fine-reader/engine/visual-components-reference/texteditor#cursorposition)

[IValidatorError::ErrorPosition](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/validatorerror#errorposition)
