Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.Interfaces.PageData interface

Package:
word

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

Remarks

Used by

Properties

breaks

Gets a BreakCollection object that represents the breaks on the page.

height

Gets the height, in points, of the paper defined in the Page Setup dialog box.

index

Gets the index of the page. The page index is 1-based and independent of the user's custom page numbering.

width

Gets the width, in points, of the paper defined in the Page Setup dialog box.

Property Details

breaks

Gets a BreakCollection object that represents the breaks on the page.

breaks?: Word.Interfaces.BreakData[];

Property Value

Remarks

API set: WordApiDesktop 1.3

height

Gets the height, in points, of the paper defined in the Page Setup dialog box.

height?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.2

index

Gets the index of the page. The page index is 1-based and independent of the user's custom page numbering.

index?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.2

width

Gets the width, in points, of the paper defined in the Page Setup dialog box.

width?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.2


Feedback

Was this page helpful?