Visio.Interfaces.DocumentLoadOptions interface
表示 Document 类。
注解
[ API 集: 1.1 ]
属性
$all |
|
application | 表示包含此文档的 Visio 应用程序实例。 |
view | 返回 DocumentView 对象。 |
属性详细信息
$all
$all
为 LoadOptions 指定将加载所有标量属性 (例如:Range.address
) 但不加载导航属性 (例如: Range.format.fill.color
) 。
$all?: boolean;
属性值
boolean