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[];
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins