Visio.Interfaces.ApplicationLoadOptions interface

Represents the Application.

Remarks

[ API set: 1.1 ]

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).

showBorders

Shows or hides the iframe application borders.

showToolbars

Shows or hides the standard toolbars.

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

showBorders

Shows or hides the iframe application borders.

showBorders?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

showToolbars

Shows or hides the standard toolbars.

showToolbars?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]