Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Visio.Interfaces.DocumentLoadOptions interface
- Package:
- visio
Represents the Document class.
Properties
| $all | Specifying |
| application | Represents a Visio application instance that contains this document. |
| view | Returns the DocumentView object. |
Property Details
$all
Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).
$all?: boolean;
Property Value
boolean
application
Represents a Visio application instance that contains this document.
application?: Visio.Interfaces.ApplicationLoadOptions;
Property Value
Remarks
view
Returns the DocumentView object.
view?: Visio.Interfaces.DocumentViewLoadOptions;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
