Word.Interfaces.PaneData interface
一个接口,用于描述通过调用 pane.toJSON()
返回的数据。
属性
pages | 获取窗格中页面的集合。 |
pages |
|
属性详细信息
pages
获取窗格中页面的集合。
pages?: Word.Interfaces.PageData[];
属性值
注解
pagesEnclosingViewport
PageCollection
获取窗格的视区中显示的 。 如果页面在窗格中部分可见,则返回整个页面。
pagesEnclosingViewport?: Word.Interfaces.PageData[];