Hyperlink Object (IHyperlink Interface)
This object exposes method and properties of a hyperlink.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
Scheme | HyperlinkSchemeEnum | Stores the hyperlink type which is detected automatically when the Target property is assigned a hyperlink address. If the value of the IHyperlink::Scheme property is HS_Unknown, the type of the hyperlink assigned to the Target property will be detected automatically. |
Target | BSTR | Stores the hyperlink address. If the link is local, use the user bookmark as Target and HS_Local as Scheme (see the example below). |
Methods
Name | Description |
---|---|
ParseTarget | Brings the Target property to the canonical form, according to the types described in HyperlinkSchemeEnum. |
Related objects
Output parameter
This object is the output parameter of the CreateHyperlink method of the Engine object.
Input parameter
This object is the input parameter of the SetHyperlink method of the Paragraph object.
Samples
C++ code
See also
7/3/2024 8:50:25 AM