Word.Interfaces.ConflictCollectionLoadOptions interface
表示 Word 文档中的共同创作冲突。
属性
| $all | 指定加载选项将 |
| range | 对于集合中的每个项目:获取表示 |
| type | For EACH ITEM in the collection: 获取对象的 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
range
对于集合中的每个项目:获取表示 Range 对象中包含的 Conflict 文档部分的对象。
range?: Word.Interfaces.RangeLoadOptions;
属性值
注解
type
For EACH ITEM in the collection: 获取对象的 Conflict 。RevisionType
type?: boolean;
属性值
boolean