Excel.Interfaces.CommentReplyCollectionLoadOptions interface

表示属于注释的注释回复对象的集合。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

authorEmail

对于集合中的每个项目: 获取评论回复作者的电子邮件。

authorName

对于集合中的每个项目: 获取评论回复作者的姓名。

content

对于集合中的每个项目:注释回复的内容。 字符串是纯文本。

contentType

对于集合中的每个项目: 回复的内容类型。

creationDate

For EACH ITEM in the collection: 获取评论回复的创建时间。

id

对于集合中的每个项目: 指定注释回复标识符。

mentions

对于集合中的每个项目: 实体 (例如,评论中提到的人) 。

resolved

对于集合中的每个项目:注释回复状态。 值为 true 表示答复处于已解决状态。

richContent

对于集合中的每个项目: 丰富的评论内容 (例如,评论中的提及) 。 此字符串不应向最终用户显示。 加载项应仅使用它来分析丰富的注释内容。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

authorEmail

对于集合中的每个项目: 获取评论回复作者的电子邮件。

authorEmail?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.10

authorName

对于集合中的每个项目: 获取评论回复作者的姓名。

authorName?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.10

content

对于集合中的每个项目:注释回复的内容。 字符串是纯文本。

content?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.10

contentType

对于集合中的每个项目: 回复的内容类型。

contentType?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.12

creationDate

For EACH ITEM in the collection: 获取评论回复的创建时间。

creationDate?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.10

id

对于集合中的每个项目: 指定注释回复标识符。

id?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.10

mentions

对于集合中的每个项目: 实体 (例如,评论中提到的人) 。

mentions?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.11

resolved

对于集合中的每个项目:注释回复状态。 值为 true 表示答复处于已解决状态。

resolved?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.11

richContent

对于集合中的每个项目: 丰富的评论内容 (例如,评论中的提及) 。 此字符串不应向最终用户显示。 加载项应仅使用它来分析丰富的注释内容。

richContent?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.11