PowerPoint.Interfaces.SlideLoadOptions interface

プレゼンテーションの 1 つのスライドを表します。

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

background

スライドの背景を取得します。

id

スライドの一意の ID を取得します。

index

プレゼンテーション内の位置を表すスライドの 0 から始まるインデックスを返します。

layout

スライドのレイアウトを取得します。

slideMaster

スライドの既定のコンテンツを表す SlideMaster オブジェクトを取得します。

プロパティの詳細

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

$all?: boolean;

プロパティ値

boolean

background

スライドの背景を取得します。

background?: PowerPoint.Interfaces.SlideBackgroundLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.10

id

スライドの一意の ID を取得します。

id?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.2

index

プレゼンテーション内の位置を表すスライドの 0 から始まるインデックスを返します。

index?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.8

layout

スライドのレイアウトを取得します。

layout?: PowerPoint.Interfaces.SlideLayoutLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.3

slideMaster

スライドの既定のコンテンツを表す SlideMaster オブジェクトを取得します。

slideMaster?: PowerPoint.Interfaces.SlideMasterLoadOptions;

プロパティ値

注釈

API セット: PowerPointApi 1.3