| DocxHyperlink Constructor (Hyperlink) |
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.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