Visio.Interfaces.PageLoadOptions interface
表示 Page 类。
注解
[ API 集: 1.1 ]
属性
| $all |
|
| height | 返回页面的高度。 只读。 |
| index | 页面的索引。 此为只读属性。 |
| is |
页面是否为背景页。 只读。 |
| name | 页面名称。 只读。 |
| view | 返回页面的视图。 |
| width | 返回页面的宽度。 此为只读属性。 |
属性详细信息
$all
$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。
$all?: boolean;
属性值
boolean