Edit

Visio.Interfaces.DocumentData interface

An interface describing the data returned by calling document.toJSON().

Remarks

Used by

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