Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Visio.Interfaces.HyperlinkLoadOptions interface
- Package:
- visio
Represents the Hyperlink.
Properties
| $all | Specifying |
| address | Gets the address of the Hyperlink object. Read-only. |
| description | Gets the description of a hyperlink. Read-only. |
| extraInfo | Gets the extra URL request information used to resolve the hyperlink's URL. Read-only. |
| subAddress | Gets the sub-address of the Hyperlink object. Read-only. |
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
address
Gets the address of the Hyperlink object. Read-only.
address?: boolean;
Property Value
boolean
Remarks
description
Gets the description of a hyperlink. Read-only.
description?: boolean;
Property Value
boolean
Remarks
extraInfo
Gets the extra URL request information used to resolve the hyperlink's URL. Read-only.
extraInfo?: boolean;
Property Value
boolean
Remarks
subAddress
Gets the sub-address of the Hyperlink object. Read-only.
subAddress?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
