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

# TSelectionType

> ISelection インターフェイスの TSelectionType 列挙です。FlexiCapture の選択範囲にドキュメント、ページ、またはその両方が含まれているかどうかを示します。

<div id="description">
  ## 説明
</div>

選択範囲の種類です。[ISelection](/ja/flexi-capture/appendix/scripts-shell/iselection) インターフェイスで使用されます。

<div id="admissible-values">
  ## 許容値:
</div>

* ST\_Undefined = 0 - 選択範囲の型が指定されていないことを示します。

* ST\_Documents = 1 - 選択範囲にドキュメントが含まれていることを示します。

* ST\_Pages = 2 - 選択範囲にページが含まれていることを示します。

* ST\_Both = 3 - 選択範囲にドキュメントとページの両方が含まれていることを示します。
