AbsolutePage

API reference for the AbsolutePage type.

A page with either fixed or unbounded dimensions.

Properties

typestringRead-only
Required

The type of page.

lockedbooleanRead-only
Required

If true, the page is locked and cannot be modified.

dimensionsDimensions | undefinedRead-only
Required

The dimensions of the page. dimensions is undefined for whiteboard pages.

widthnumberRead-only
Required

A width, in pixels.

heightnumberRead-only
Required

A height, in pixels.

backgroundFill | undefinedRead-only
Required

The background of the page. background is undefined for whiteboard pages.

For more information, see Fill.

elementsElementListRead-only
Required

The elements on the page.

For more information, see ElementList.