Word.Interfaces.CommentLoadOptions interface
表示文档中的注释。
注解
属性
$all |
|
author |
获取批注作者的电子邮件。 |
author |
获取批注作者的姓名。 |
content | 将注释的内容指定为纯文本。 |
content |
指定注释的内容范围。 |
creation |
获取批注的创建日期。 |
id | 获取注释的 ID。 |
resolved | 指定注释线程的状态。 将 设置为 true 可解析注释线程。 获取值为 true 意味着注释线程已解析。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
authorEmail
authorName
content
contentRange
指定注释的内容范围。
contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;
属性值
注解
creationDate
id
resolved
指定注释线程的状态。 将 设置为 true 可解析注释线程。 获取值为 true 意味着注释线程已解析。
resolved?: boolean;
属性值
boolean