Word.Interfaces.CommentCollectionLoadOptions interface

包含Word的集合。注释对象。

注解

[ API 集:WordApi 1.4 ]

属性

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

authorEmail

对于集合中的每个项目:获取批注作者的电子邮件。

authorName

对于集合中的每个项:获取批注作者的名称。

content

对于集合中的每个项:将批注的内容指定为纯文本。

contentRange

对于集合中的每个项:指定批注的内容范围。

creationDate

对于集合中的每个项:获取批注的创建日期。

id

对于集合中的每个项:获取批注的 ID。

resolved

对于集合中的每个项:指定注释线程的状态。 将 设置为 true 可解析注释线程。 获取值为 true 意味着注释线程已解析。

属性详细信息

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

$all?: boolean;

属性值

boolean

authorEmail

对于集合中的每个项目:获取批注作者的电子邮件。

authorEmail?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.4 ]

authorName

对于集合中的每个项:获取批注作者的名称。

authorName?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.4 ]

content

对于集合中的每个项:将批注的内容指定为纯文本。

content?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.4 ]

contentRange

对于集合中的每个项:指定批注的内容范围。

contentRange?: Word.Interfaces.CommentContentRangeLoadOptions;

属性值

注解

[ API 集:WordApi 1.4 ]

creationDate

对于集合中的每个项:获取批注的创建日期。

creationDate?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.4 ]

id

对于集合中的每个项:获取批注的 ID。

id?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.4 ]

resolved

对于集合中的每个项:指定注释线程的状态。 将 设置为 true 可解析注释线程。 获取值为 true 意味着注释线程已解析。

resolved?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.4 ]