Word.Interfaces.BreakCollectionLoadOptions interface
包含 Word 集合。中断对象。
属性
| $all | 指定加载选项将 |
| page |
For EACH ITEM in the collection: 返回发生中断的页码。 |
| range | For EACH ITEM in the collection: 返回一个 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
pageIndex
For EACH ITEM in the collection: 返回发生中断的页码。
pageIndex?: boolean;
属性值
boolean
注解
range
For EACH ITEM in the collection: 返回一个 Range 对象,该对象表示中断中包含的文档部分。
range?: Word.Interfaces.RangeLoadOptions;