Click or drag to resize

DocxDocumentAddHyperlink Method

Aggiunge un hyperlink al documento.

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

Parameters

bookmarkName
Type: SystemString
Nome del bookmark.
txt
Type: SystemString
The text.
internalLink
Type: SystemBoolean
if set to true [internal link].

Return Value

Type: DocxHyperlink
DocxHyperlink.
See Also