Word.Interfaces.CommentReplyUpdateData interface
用于更新对象上的 CommentReply
数据的接口,用于 在 中使用 commentReply.set({ ... })
。
属性
content | 指定批注回复的内容。 字符串为纯文本。 |
content |
指定 commentReply 的内容范围。 |
parent |
获取此答复的父批注。 |
属性详细信息
content
contentRange
指定 commentReply 的内容范围。
contentRange?: Word.Interfaces.CommentContentRangeUpdateData;
属性值
注解
parentComment
获取此答复的父批注。
parentComment?: Word.Interfaces.CommentUpdateData;