Visio.Interfaces.PageData interface
一个接口,用于描述通过调用 page.toJSON()
返回的数据。
属性
all |
Page 中的所有形状,包括子图形。 |
comments | 返回注释集合。 |
height | 返回页面的高度。 |
index | 页面的索引。 |
is |
页面是否为背景页。 |
name | 页面名称。 |
shapes | Page 中的所有顶级形状。 |
view | 返回页面的视图。 |
width | 返回页面的宽度。 |