Appends the hyperlink.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public Field AppendHyperlink( string link, string text, HyperlinkType type )
Public Function AppendHyperlink ( link As String, text As String, type As HyperlinkType ) As Field
public: virtual Field^ AppendHyperlink( String^ link, String^ text, HyperlinkType type ) sealed
abstract AppendHyperlink : link : string * text : string * type : HyperlinkType -> Field override AppendHyperlink : link : string * text : string * type : HyperlinkType -> Field