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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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