次の方法で共有


PowerPoint.Interfaces.PresentationData interface

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

プロパティ

id

プレゼンテーションの ID を取得します。

title

プレゼンテーションのタイトルを返します。

プロパティの詳細

id

プレゼンテーションの ID を取得します。

id?: string;

プロパティ値

string

注釈

[ API セット: PowerPointApi 1.5 ]

title

プレゼンテーションのタイトルを返します。

title?: string;

プロパティ値

string

注釈

[ API set: PowerPointApi 1.0 ]