Word.Interfaces.CommentReplyLoadOptions interface
表示文档中的注释回复。
属性
| $all | 指定加载选项将 |
| author |
获取批注回复作者的电子邮件。 |
| author |
获取批注回复作者的姓名。 |
| content | 指定注释回复的内容。 字符串是纯文本。 |
| content |
指定 commentReply 的内容范围。 |
| creation |
获取评论回复的创建日期。 |
| id | 获取评论回复的 ID。 |
| parent |
获取此回复的父注释。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
authorEmail
authorName
content
contentRange
指定 commentReply 的内容范围。
contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;
属性值
注解
creationDate
id
parentComment
获取此回复的父注释。
parentComment?: Word.Interfaces.CommentLoadOptions;