Visio.Interfaces.CommentLoadOptions interface

表示 Comment 对象。

注解

API 集:1.1

使用方

属性

$all

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

author

指定注释的作者姓名的字符串。

date

指定注释创建日期的字符串。

text

包含注释文本的字符串。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

author

指定注释的作者姓名的字符串。

author?: boolean;

属性值

boolean

注解

API 集:1.1

date

指定注释创建日期的字符串。

date?: boolean;

属性值

boolean

注解

API 集:1.1

text

包含注释文本的字符串。

text?: boolean;

属性值

boolean

注解

API 集:1.1