Visio.Interfaces.PageViewLoadOptions interface
表示 PageView 类。
注解
[ API 集: 1.1 ]
属性
$all |
|
zoom | 获取并设置页面的缩放级别。 该值可以介于 10 到 400 之间,表示缩放的百分比。 |
属性详细信息
$all
$all
为 LoadOptions 指定将加载所有标量属性 (例如:Range.address
) 但不加载导航属性 (例如: Range.format.fill.color
) 。
$all?: boolean;
属性值
boolean