Page tree
Skip to end of metadata
Go to start of metadata

This class represents a hyperlink field in a document.

C#
vb.net

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.

C#
vb.net

Name

Description

GetUrlString()

Returns the URL that the hyperlink points to.
  • No labels