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