Word.Interfaces.CommentReplyCollectionLoadOptions interface
包含Word的集合。CommentReply 对象。 表示一个批注线程中的所有批注答复。
注解
属性
$all |
|
author |
对于集合中的每个项:获取批注回复作者的电子邮件。 |
author |
对于集合中的每个项:获取批注回复的作者姓名。 |
content | 对于集合中的每个项:指定批注回复的内容。 字符串为纯文本。 |
content |
对于集合中的每个项:指定 commentReply 的内容范围。 |
creation |
对于集合中的每个项:获取批注答复的创建日期。 |
id | 对于集合中的每个项:获取批注回复的 ID。 |
parent |
对于集合中的每个项:获取此答复的父注释。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
authorEmail
authorName
content
contentRange
对于集合中的每个项:指定 commentReply 的内容范围。
contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;
属性值
注解
creationDate
id
parentComment
对于集合中的每个项:获取此答复的父注释。
parentComment?: Word.Interfaces.CommentLoadOptions;