Excel.Interfaces.CommentReplyData interface
一个接口,用于描述通过调用 commentReply.toJSON()
返回的数据。
属性
author |
获取批注回复作者的电子邮件。 |
author |
获取批注回复作者的姓名。 |
content | 批注回复的内容。 字符串为纯文本。 |
content |
答复的内容类型。 |
creation |
获取批注回复的创建时间。 |
id | 指定批注回复标识符。 |
mentions | 实体 (例如注释中提到的人员) 。 |
resolved | 批注回复状态。 值 |
rich |
丰富的注释内容 (例如注释) 中的提及。 此字符串不应显示给最终用户。 外接程序应仅使用此来分析丰富的注释内容。 |
属性详细信息
authorEmail
authorName
content
contentType
答复的内容类型。
contentType?: Excel.ContentType | "Plain" | "Mention";
属性值
Excel.ContentType | "Plain" | "Mention"
注解
creationDate
id
mentions
实体 (例如注释中提到的人员) 。
mentions?: Excel.CommentMention[];
属性值
注解
resolved
richContent
丰富的注释内容 (例如注释) 中的提及。 此字符串不应显示给最终用户。 外接程序应仅使用此来分析丰富的注释内容。
richContent?: string;
属性值
string