Word.Interfaces.BookmarkCollectionLoadOptions interface
Word 集合。表示指定所选内容、范围或文档中的书签的书签对象。
属性
| $all | 指定加载选项将 |
| end | For EACH ITEM in the collection: 指定书签的结尾字符位置。 |
| is |
For EACH ITEM in the collection: 如果书签是表列,则返回 |
| is |
For EACH ITEM in the collection: 如果书签为空,则返回 |
| name | For EACH ITEM in the collection: 返回对象的名称 |
| range | 对于集合中的每个项目:返回表示 |
| start | 对于集合中的每个项目: 指定书签的起始字符位置。 |
| story |
对于集合中的每个项: 返回书签的故事类型。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
end
For EACH ITEM in the collection: 指定书签的结尾字符位置。
end?: boolean;
属性值
boolean
注解
isColumn
For EACH ITEM in the collection: 如果书签是表列,则返回 true 。
isColumn?: boolean;
属性值
boolean
注解
isEmpty
For EACH ITEM in the collection: 如果书签为空,则返回 true 。
isEmpty?: boolean;
属性值
boolean
注解
name
For EACH ITEM in the collection: 返回对象的名称 Bookmark 。
name?: boolean;
属性值
boolean
注解
range
对于集合中的每个项目:返回表示 Range 对象中包含的 Bookmark 文档部分的对象。
range?: Word.Interfaces.RangeLoadOptions;