Word.Interfaces.PaneData interface
An interface describing the data returned by calling pane.toJSON()
.
Properties
pages | Gets the collection of pages in the pane. |
pages |
Gets the |
Property Details
pages
Gets the collection of pages in the pane.
pages?: Word.Interfaces.PageData[];
Property Value
Remarks
pagesEnclosingViewport
Gets the PageCollection
shown in the viewport of the pane. If a page is partially visible in the pane, the whole page is returned.
pagesEnclosingViewport?: Word.Interfaces.PageData[];