Visio.Interfaces.HyperlinkLoadOptions interface

Represents the Hyperlink.

Remarks

[ API set: 1.1 ]

Properties

$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).

address

Gets the address of the Hyperlink object.

description

Gets the description of a hyperlink.

extraInfo

Gets the extra URL request information used to resolve the hyperlink's URL.

subAddress

Gets the sub-address of the Hyperlink 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

address

Gets the address of the Hyperlink object.

address?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

description

Gets the description of a hyperlink.

description?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

extraInfo

Gets the extra URL request information used to resolve the hyperlink's URL.

extraInfo?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

subAddress

Gets the sub-address of the Hyperlink object.

subAddress?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]