|  | DocxHyperlink Constructor (Hyperlink) | 
  
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
 Syntax
Syntaxpublic DocxHyperlink(
	Hyperlink innerObject
)
Public Sub New ( 
	innerObject As Hyperlink
)
public:
DocxHyperlink(
	Hyperlink^ innerObject
)
new : 
        innerObject : Hyperlink -> DocxHyperlinkParameters
- innerObject
- Type: Hyperlink
 The inner object.
 See Also
See Also