Word.Interfaces.CritiqueAnnotationLoadOptions interface

表示文档中显示的批评周围的批注包装器。

属性

$all

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

critique

获取插入批注时通过的批注。

range

获取带批注的文本的范围。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

critique

获取插入批注时通过的批注。

critique?: boolean;

属性值

boolean

注解

API 集:WordApi 1.7

range

获取带批注的文本的范围。

range?: Word.Interfaces.RangeLoadOptions;

属性值

注解

API 集:WordApi 1.7