Initializes a new instance of the
Hyperlink
class.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Hyperlink(
Field hyperlink
)
Public Sub New (
hyperlink As Field
)
public:
Hyperlink(
Field^ hyperlink
)
new :
hyperlink : Field -> Hyperlink
Parameters
-
hyperlink
-
Type:
Spire.Doc.Fields
Field
The hyperlink.
See Also