Description
This class represents a hyperlink field in a document.
C#
vb.net
Remarks
To create a hyperlink, use Element.InsertHyperlinkBefore(). To get the hyperlinks in a Document, use the Element.GetElements() method with a Element.Type.Hyperlink parameter.
The following sample demonstrates creating a hyperlink at the end of a new document and retrieving the first hyperlink of an existing document.
Examples
C#
vb.net
Methods
Name |
Description |
---|---|
Returns the URL that the hyperlink points to. |