Edit

Visio.Interfaces.PageLoadOptions interface

Represents the Page class.

Remarks

API set: 1.1

Used by

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

height

Returns the height of the page. Read-only.

index

Index of the Page. Read-only.

isBackground

Whether the page is a background page or not. Read-only.

name

Page name. Read-only.

view

Returns the view of the page.

width

Returns the width of the page. Read-only.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

height

Returns the height of the page. Read-only.

height?: boolean;

Property Value

boolean

Remarks

API set: 1.1

index

Index of the Page. Read-only.

index?: boolean;

Property Value

boolean

Remarks

API set: 1.1

isBackground

Whether the page is a background page or not. Read-only.

isBackground?: boolean;

Property Value

boolean

Remarks

API set: 1.1

name

Page name. Read-only.

name?: boolean;

Property Value

boolean

Remarks

API set: 1.1

view

Returns the view of the page.

view?: Visio.Interfaces.PageViewLoadOptions;

Property Value

Remarks

API set: 1.1

width

Returns the width of the page. Read-only.

width?: boolean;

Property Value

boolean

Remarks

API set: 1.1