PowerPoint.Interfaces.DocumentPropertiesUpdateData interface

documentProperties.set({ ... }) で使用するために、DocumentProperties オブジェクト上のデータを更新するためのインターフェイス。

プロパティ

author

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

category

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

comments

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

company

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

keywords

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

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

keywords

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

keywords?: 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