Visio.Interfaces.DocumentViewLoadOptions interface
表示 DocumentView 类。
注解
[ API 集: 1.1 ]
属性
$all |
|
disable |
禁用超链接。 |
disable |
禁用平移。 |
disable |
禁用 PanZoomWindow。 |
disable |
禁用缩放。 |
hide |
隐藏关系图边界。 |
属性详细信息
$all
$all
为 LoadOptions 指定将加载所有标量属性 (例如:Range.address
) 但不加载导航属性 (例如: Range.format.fill.color
) 。
$all?: boolean;
属性值
boolean