PowerPoint.Interfaces.TagCollectionLoadOptions interface

表示标记的集合。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

key

对于集合中的每个项: 获取标记的唯一 ID。 在 key 所有 TagCollection 中是唯一的,并且始终在文档中存储为大写字母。

value

For EACH ITEM in the collection: 获取标记的值。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

key

对于集合中的每个项: 获取标记的唯一 ID。 在 key 所有 TagCollection 中是唯一的,并且始终在文档中存储为大写字母。

key?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.3

value

For EACH ITEM in the collection: 获取标记的值。

value?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.3