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