Word.Interfaces.PaneData interface

An interface describing the data returned by calling pane.toJSON().

Properties

pages

Gets the collection of pages in the pane.

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.

Property Details

pages

Gets the collection of pages in the pane.

pages?: Word.Interfaces.PageData[];

Property Value

Remarks

[ API set: WordApiDesktop 1.2 ]

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

[ API set: WordApiDesktop 1.2 ]