Word.Interfaces.CommentCollectionLoadOptions interface
包含 Word 集合。批注对象。
属性
| $all | 指定加载选项将 |
| author |
对于集合中的每个项: 获取评论作者的电子邮件。 |
| author |
对于集合中的每个项目: 获取评论作者的姓名。 |
| content | 对于集合中的每个项目: 将注释的内容指定为纯文本。 |
| content |
对于集合中的每个项目: 指定注释的内容范围。 |
| creation |
对于集合中的每个项: 获取注释的创建日期。 |
| id | 对于集合中的每个项: 获取注释的 ID。 |
| resolved | For EACH ITEM in the collection: 指定注释线程的状态。 用于 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
authorEmail
authorName
content
contentRange
对于集合中的每个项目: 指定注释的内容范围。
contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;
属性值
注解
creationDate
id
resolved
For EACH ITEM in the collection: 指定注释线程的状态。 用于 true 解析评论线程的设置。 获取值 意味着 true 批注线程已解决。
resolved?: boolean;
属性值
boolean