PowerPoint.Interfaces.TagData interface

一个接口,用于描述通过调用 tag.toJSON()返回的数据。

属性

key

获取标记的唯一 ID。 在 key 拥有 TagCollection 中是唯一的,并且始终以大写字母形式存储在文档中。

value

获取 标记的值。

属性详细信息

key

获取标记的唯一 ID。 在 key 拥有 TagCollection 中是唯一的,并且始终以大写字母形式存储在文档中。

key?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.3 ]

value

获取 标记的值。

value?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.3 ]