メソッド
| 定義 | 説明 |
|---|---|
| EnsureRectVisible( imageRect : IShellRect ) | 指定した矩形が表示されるようにスクロールボックスを移動します。 |
| FindDocumentItem( document : IDocument ) : IDocumentItem | ControllerInterop の IDocument オブジェクトに対応する IDocumentItem を取得します。 |
| FindPageItem( page : IPage ) : IPageItem | ControllerInterop の IPage オブジェクトに対応する IPageItem を取得します。検索対象の IPageItem を含む IDocumentItem が折りたたまれている場合 (つまり、Expanded が false の場合) 、IPageItem は取得されません。 |
プロパティ
| Name | Type | アクセス | Description |
|---|---|---|---|
| ClientRect | IShellRect | 読み取り専用 | クライアント領域の矩形 (ウィンドウ座標) 。メインウィンドウの左上隅の座標は (0, 0) です。 |
| Docking | TDockingType | 読み取り/書き込み | 文書エディター内での IDocumentsWindow の位置。 |
| FocusedItem | IDocumentItem | 読み取り専用 | フォーカスされている文書。ページにフォーカスがある場合、このプロパティはそのページを含む文書を返します。 |
| Handle | int | 読み取り専用 | ウィンドウのハンドル。 |
| Items | IDocumentItems | 読み取り専用 | documentsのコレクション。 |
| Ratio | IShellRational | 読み取り/書き込み | ウィンドウのサイズと親ウィンドウのサイズの比率。 |
| ScrollPos | IPoint | 読み取り/書き込み | スクロールボックスの位置。 |
| SelectedItems | IDocumentItems | 読み取り専用 | 選択されているdocuments。 |
| TaskWindow | ITaskWindow | 読み取り専用 | タスクウィンドウ。 |
| TotalRect | IShellRect | 読み取り専用 | ウィンドウ全体の矩形。 |
