Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Visio.Interfaces.DocumentData interface
- Package:
- visio
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
pages
Represents a collection of pages associated with the document.
pages?: Visio.Interfaces.PageData[];
Property Value
Remarks
view
Returns the DocumentView object.
view?: Visio.Interfaces.DocumentViewData;
Property Value
Remarks
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
Feedback
Was this page helpful?
