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

Description

Creates and returns a Hyperlink at the beginning of this Element. This hyperlink will have the specified url and displayed text.

C#
vb.net

Parameters

url
A String representing the url to link to.
display
A String representing the text that will be displayed in the document for this hyperlink.

Returns

A Hyperlink object representing the newly created hyperlink.

Exceptions

System.Exception

Examples

C#
vb.net
  • No labels