PowerPoint.Interfaces.DocumentPropertiesUpdateData interface

用于更新对象上的 DocumentProperties 数据的接口,用于 在 中使用 documentProperties.set({ ... })

属性

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 ]