Word.Interfaces.PaneCollectionLoadOptions interface
Word のコレクションを表します。ペイン オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| selection | For each ITEM in the collection: ウィンドウ内の現在の選択内容を表す |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
selection
For each ITEM in the collection: ウィンドウ内の現在の選択内容を表す Selection オブジェクトを返します。
selection?: Word.Interfaces.SelectionLoadOptions;