PowerPoint.Interfaces.DocumentPropertiesData interface

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

プロパティ

author

プレゼンテーションの作成者。

category

プレゼンテーションのカテゴリ。

comments

プレゼンテーションのメタデータの [コメント] フィールド。 これらは、スライドで行われたコメントに接続されません。

company

プレゼンテーションの会社。

creationDate

プレゼンテーションの作成日。

keywords

プレゼンテーションのキーワード。

lastAuthor

プレゼンテーションの最後の作成者。

manager

プレゼンテーションのマネージャー。

revisionNumber

プレゼンテーションのリビジョン番号。

subject

プレゼンテーションの件名。

title

プレゼンテーションのタイトル。

プロパティの詳細

author

プレゼンテーションの作成者。

author?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.7

category

プレゼンテーションのカテゴリ。

category?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.7

comments

プレゼンテーションのメタデータの [コメント] フィールド。 これらは、スライドで行われたコメントに接続されません。

comments?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.7

company

プレゼンテーションの会社。

company?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.7

creationDate

プレゼンテーションの作成日。

creationDate?: Date;

プロパティ値

Date

注釈

API セット: PowerPointApi 1.7

keywords

プレゼンテーションのキーワード。

keywords?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.7

lastAuthor

プレゼンテーションの最後の作成者。

lastAuthor?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.7

manager

プレゼンテーションのマネージャー。

manager?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.7

revisionNumber

プレゼンテーションのリビジョン番号。

revisionNumber?: number;

プロパティ値

number

注釈

API セット: PowerPointApi 1.7

subject

プレゼンテーションの件名。

subject?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.7

title

プレゼンテーションのタイトル。

title?: string;

プロパティ値

string

注釈

API セット: PowerPointApi 1.7