Word.Interfaces.CommentReplyData interface
一个接口,用于描述通过调用 commentReply.toJSON()返回的数据。
属性
| author |
获取批注回复作者的电子邮件。 |
| author |
获取批注回复作者的姓名。 |
| content | 指定批注回复的内容。 字符串为纯文本。 |
| content |
指定 commentReply 的内容范围。 |
| creation |
获取批注答复的创建日期。 |
| id | 获取批注回复的 ID。 |
| parent |
获取此答复的父批注。 |
属性详细信息
authorEmail
authorName
content
contentRange
指定 commentReply 的内容范围。
contentRange?: Word.Interfaces.CommentContentRangeData;
属性值
注解
creationDate
id
parentComment
获取此答复的父批注。
parentComment?: Word.Interfaces.CommentData;