IParagraph
AppendHyperlink Method (String, String, HyperlinkType)
|
Appends the hyperlink.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Field AppendHyperlink(
string link,
string text,
HyperlinkType type
)
Function AppendHyperlink (
link As String,
text As String,
type As HyperlinkType
) As Field
Field^ AppendHyperlink(
String^ link,
String^ text,
HyperlinkType type
)
abstract AppendHyperlink :
link : string *
text : string *
type : HyperlinkType -> Field
Parameters
-
link
-
Type:
System
String
The link.
-
text
-
Type:
System
String
The text to display.
-
type
-
Type:
Spire.Doc.Documents
HyperlinkType
The hyperlink type.
Return Value
Type:
Field
See Also