Visio.Interfaces.CommentCollectionLoadOptions interface
表示给定形状的 CommentCollection 对象。
注解
[ API 集: 1.1 ]
属性
$all |
|
author | 对于集合中的每个项:一个指定批注作者姓名的字符串。 |
date | 对于集合中的每个项:一个字符串,指定批注的创建日期。 |
text | 对于集合中的每个项:一个包含注释文本的字符串。 |
属性详细信息
$all
$all
为 LoadOptions 指定将加载所有标量属性 (例如:Range.address
) 但不加载导航属性 (例如: Range.format.fill.color
) 。
$all?: boolean;
属性值
boolean