Visio.Interfaces.DocumentViewUpdateData interface
An interface for updating data on the DocumentView object, for use in documentView.set({ ... })
.
Properties
disable |
Disable Hyperlinks. |
disable |
Disable Pan. |
disable |
Disable PanZoomWindow. |
disable |
Disable Zoom. |
hide |
Hide Diagram Boundary. |
Property Details
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