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

# IPageItem

> IPageItem は、FlexiCapture のdocuments windowに表示されるページを表します。ページを選択し、その矩形を取得して、対応するドキュメントとタスクウィンドウにアクセスできます。

<div id="what-it-does">
  ## 役割
</div>

[documents window](/ja/flexi-capture/appendix/scripts-shell/idocumentswindow)内のページを表します。

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

| **名前**       | **型**                                                                   | **アクセス**  | **説明**                                                                                      |
| ------------ | ----------------------------------------------------------------------- | --------- | ------------------------------------------------------------------------------------------- |
| DeviceRect   | [IShellRect](/ja/flexi-capture/appendix/scripts-shell/i-shell-rect)     | 読み取り専用    | [IDocumentsWindow](/ja/flexi-capture/appendix/scripts-shell/idocumentswindow) 内でページが占める矩形領域 |
| DocumentItem | [IDocumentItem](/ja/flexi-capture/appendix/scripts-shell/idocumentitem) | 読み取り専用    | このページを含むドキュメント                                                                              |
| Page         | [IPage](/ja/flexi-capture/appendix/scripts/ipage)                       | 読み取り専用    | このページ                                                                                       |
| Selected     | bool                                                                    | 読み取り/書き込み | ページが選択されているかどうかを指定します                                                                       |
| TaskWindow   | [ITaskWindow](/ja/flexi-capture/appendix/scripts-shell/itaskwindow)     | 読み取り専用    | タスクウィンドウ                                                                                    |
