Edit

Share via


Word.WindowPageScrollOptions interface

The options for scrolling through the specified pane or window page by page.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

down

If provided, specifies the number of pages to scroll the window down. If down and up are both provided, the contents of the window are scrolled by the difference of the property values. For example, if down is 3 and up is 6, the contents are scrolled up three pages.

up

If provided, specifies the number of pages to scroll the window up. If down and up are both provided, the contents of the window are scrolled by the difference of the property values. For example, if down is 3 and up is 6, the contents are scrolled up three pages.

Property Details

down

If provided, specifies the number of pages to scroll the window down. If down and up are both provided, the contents of the window are scrolled by the difference of the property values. For example, if down is 3 and up is 6, the contents are scrolled up three pages.

down?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.4 ]

up

If provided, specifies the number of pages to scroll the window up. If down and up are both provided, the contents of the window are scrolled by the difference of the property values. For example, if down is 3 and up is 6, the contents are scrolled up three pages.

up?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.4 ]