PowerPoint.Interfaces.SlideData interface

slide.toJSON() を呼び出すことによって返されるデータを記述するインターフェイス。

注釈

使用元

プロパティ

id

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

index

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

プロパティの詳細

id

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

id?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.2

index

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

index?: number;

プロパティ値

number

注釈

API セット: PowerPointApi 1.8