Visio.Interfaces.PageCollectionLoadOptions interface
ドキュメントの一部であるページ オブジェクトのコレクションを表します。
プロパティ
| $all | LoadOptions に |
| height | For each ITEM in the collection: ページの高さを返します。 読み取り専用です。 |
| index | コレクション内の各アイテムの場合: ページのインデックス。 読み取り専用です。 |
| is |
コレクション内の各アイテムの場合: ページがバックグラウンド ページであるかどうか。 読み取り専用です。 |
| name | コレクション内の各アイテムの場合: ページ名。 読み取り専用です。 |
| view | For each ITEM in the collection: ページのビューを返します。 |
| width | For each ITEM in the collection: ページの幅を返します。 読み取り専用です。 |
プロパティの詳細
$all
LoadOptions に $all を指定すると、すべてのスカラー プロパティ (例: Range.address) が読み込まれますが、ナビゲーション プロパティ (例: Range.format.fill.color) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
height
For each ITEM in the collection: ページの高さを返します。 読み取り専用です。
height?: boolean;
プロパティ値
boolean
注釈
index
isBackground
コレクション内の各アイテムの場合: ページがバックグラウンド ページであるかどうか。 読み取り専用です。
isBackground?: boolean;
プロパティ値
boolean
注釈
name
view
For each ITEM in the collection: ページのビューを返します。
view?: Visio.Interfaces.PageViewLoadOptions;
プロパティ値
注釈
width
For each ITEM in the collection: ページの幅を返します。 読み取り専用です。
width?: boolean;
プロパティ値
boolean