Click or drag to resize

DocxDocumentAddHyperlink Method

Aggiunge un hyperlink al documento.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public DocxHyperlink AddHyperlink(
	string bookmarkName,
	string txt,
	bool internalLink
)

Parameters

bookmarkName  String
Nome del bookmark.
txt  String
The text.
internalLink  Boolean
if set to true [internal link].

Return Value

DocxHyperlink
DocxHyperlink.
See Also