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 ]