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