PowerPoint.Interfaces.SlideLayoutCollectionLoadOptions interface
スライド マスターでスライド用に提供されるレイアウトのコレクションを表します。
プロパティ
| $all | 読み込みオプションに |
| background | For each ITEM in the collection: スライド レイアウトの背景を取得します。 |
| id | For each ITEM in the collection: スライド レイアウトの一意の ID を取得します。 |
| name | For each ITEM in the collection: スライド レイアウトの名前を取得します。 |
| type | For each ITEM in the collection: スライド レイアウトの種類を返します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
background
For each ITEM in the collection: スライド レイアウトの背景を取得します。
background?: PowerPoint.Interfaces.SlideLayoutBackgroundLoadOptions;
プロパティ値
注釈
id
For each ITEM in the collection: スライド レイアウトの一意の ID を取得します。
id?: boolean;
プロパティ値
boolean
注釈
name
For each ITEM in the collection: スライド レイアウトの名前を取得します。
name?: boolean;
プロパティ値
boolean
注釈
type
For each ITEM in the collection: スライド レイアウトの種類を返します。
type?: boolean;
プロパティ値
boolean