Visio.Interfaces.HyperlinkCollectionLoadOptions interface
Represents the Hyperlink Collection.
Remarks
[ API set: 1.1 ]
Properties
| $all | Specifying |
| address | For EACH ITEM in the collection: Gets the address of the Hyperlink object. Read-only. |
| description | For EACH ITEM in the collection: Gets the description of a hyperlink. Read-only. |
| extra |
For EACH ITEM in the collection: Gets the extra URL request information used to resolve the hyperlink's URL. Read-only. |
| sub |
For EACH ITEM in the collection: 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
For EACH ITEM in the collection: Gets the address of the Hyperlink object. Read-only.
address?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
description
For EACH ITEM in the collection: Gets the description of a hyperlink. Read-only.
description?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
extraInfo
For EACH ITEM in the collection: Gets the extra URL request information used to resolve the hyperlink's URL. Read-only.
extraInfo?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]
subAddress
For EACH ITEM in the collection: Gets the sub-address of the Hyperlink object. Read-only.
subAddress?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]