Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String
text
String
type
HyperlinkType

Return Value

Field

See Also