Click or drag to resize

DocxHyperlink Constructor (Hyperlink)

Initializes a new instance of the DocxHyperlink class.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public DocxHyperlink(
	Hyperlink innerObject
)

Parameters

innerObject
Type: Hyperlink
The inner object.
See Also