Visio.Interfaces.DocumentData interface
An interface describing the data returned by calling document.toJSON()
.
Properties
application | Represents a Visio application instance that contains this document. |
pages | Represents a collection of pages associated with the document. |
view | Returns the DocumentView object. |
Property Details
application
Represents a Visio application instance that contains this document.
application?: Visio.Interfaces.ApplicationData;
Property Value
Remarks
[ API set: 1.1 ]
pages
Represents a collection of pages associated with the document.
pages?: Visio.Interfaces.PageData[];
Property Value
Remarks
[ API set: 1.1 ]
view
Returns the DocumentView object.
view?: Visio.Interfaces.DocumentViewData;
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