Visio.Interfaces.DocumentViewLoadOptions interface
Represents the DocumentView class.
Remarks
[ API set: 1.1 ]
Properties
$all | Specifying |
disable |
Disable Hyperlinks. |
disable |
Disable Pan. |
disable |
Disable PanZoomWindow. |
disable |
Disable Zoom. |
hide |
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
disableHyperlinks
disablePan
disablePanZoomWindow
Disable PanZoomWindow.
disablePanZoomWindow?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
disableZoom
hideDiagramBoundary
Hide Diagram Boundary.
hideDiagramBoundary?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins