Word.Interfaces.AnnotationCollectionLoadOptions interface
包含 Word 集合。批注对象。
属性
| $all | 指定加载选项将 |
| critique |
For EACH ITEM in the collection: 获取 |
| id | For EACH ITEM in the collection: 获取唯一标识符,用于更轻松地跟踪 |
| state | For EACH ITEM in the collection: 获取批注的状态。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
critiqueAnnotation
For EACH ITEM in the collection: 获取 CritiqueAnnotation 对象。
critiqueAnnotation?: Word.Interfaces.CritiqueAnnotationLoadOptions;
属性值
注解
id
For EACH ITEM in the collection: 获取唯一标识符,用于更轻松地跟踪 Annotation 对象。
id?: boolean;
属性值
boolean