Word.Interfaces.CommentReplyUpdateData interface

用于更新 CommentReply 对象上的数据的接口,可在 中使用 commentReply.set({ ... })

属性

content

指定批注回复的内容。 字符串为纯文本。

contentRange

指定 commentReply 的内容范围。

parentComment

获取此答复的父批注。

属性详细信息

content

指定批注回复的内容。 字符串为纯文本。

content?: string;

属性值

string

注解

[ API 集:WordApi 1.4 ]

contentRange

指定 commentReply 的内容范围。

contentRange?: Word.Interfaces.CommentContentRangeUpdateData;

属性值

注解

[ API 集:WordApi 1.4 ]

parentComment

获取此答复的父批注。

parentComment?: Word.Interfaces.CommentUpdateData;

属性值

注解

[ API 集:WordApi 1.4 ]