Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Visio.Interfaces.HyperlinkData interface
- Package:
- visio
An interface describing the data returned by calling hyperlink.toJSON().
Properties
| 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
address
Gets the address of the Hyperlink object. Read-only.
address?: string;
Property Value
string
Remarks
description
Gets the description of a hyperlink. Read-only.
description?: string;
Property Value
string
Remarks
extraInfo
Gets the extra URL request information used to resolve the hyperlink's URL. Read-only.
extraInfo?: string;
Property Value
string
Remarks
subAddress
Gets the sub-address of the Hyperlink object. Read-only.
subAddress?: string;
Property Value
string
Remarks
Office Add-ins
Feedback
Was this page helpful?
