A Sandcastle Documented Class Library
![]() | DocxDocumentAddHyperlink Method |
Aggiunge un hyperlink al documento.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

public DocxHyperlink AddHyperlink( string bookmarkName, string txt, bool internalLink )
Public Function AddHyperlink ( bookmarkName As String, txt As String, internalLink As Boolean ) As DocxHyperlink
public: DocxHyperlink^ AddHyperlink( String^ bookmarkName, String^ txt, bool internalLink )
member AddHyperlink : bookmarkName : string * txt : string * internalLink : bool -> DocxHyperlink
Parameters
- bookmarkName
- Type: SystemString
Nome del bookmark. - txt
- Type: SystemString
The text. - internalLink
- Type: SystemBoolean
if set to true [internal link].
Return Value
Type: DocxHyperlinkDocxHyperlink.
