Visio.Interfaces.DocumentViewLoadOptions interface

Represents the DocumentView class.

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

disableHyperlinks

Disable Hyperlinks.

disablePan

Disable Pan.

disablePanZoomWindow

Disable PanZoomWindow.

disableZoom

Disable Zoom.

hideDiagramBoundary

Hide Diagram Boundary.

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

Disable Hyperlinks.

disableHyperlinks?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

disablePan

Disable Pan.

disablePan?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

disablePanZoomWindow

Disable PanZoomWindow.

disablePanZoomWindow?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

disableZoom

Disable Zoom.

disableZoom?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

hideDiagramBoundary

Hide Diagram Boundary.

hideDiagramBoundary?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]