A Sandcastle Documented Class Library
DocxHyperlink Constructor (Hyperlink) |
Initializes a new instance of the DocxHyperlink class.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxHyperlink( Hyperlink innerObject )
Public Sub New ( innerObject As Hyperlink )
public: DocxHyperlink( Hyperlink^ innerObject )
new : innerObject : Hyperlink -> DocxHyperlink
Parameters
- innerObject
- Type: Hyperlink
The inner object.
See Also