Visio.Interfaces.DocumentUpdateData interface
An interface for updating data on the Document object, for use in document.set({ ... })
.
Properties
application | Represents a Visio application instance that contains this document. |
view | Returns the DocumentView object. |
Property Details
application
Represents a Visio application instance that contains this document.
application?: Visio.Interfaces.ApplicationUpdateData;
Property Value
Remarks
[ API set: 1.1 ]
view
Returns the DocumentView object.
view?: Visio.Interfaces.DocumentViewUpdateData;
Property Value
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