This method inserts a hyperlink at the current selection of a document.
Defined in
Syntax
public void insertHyperLink( String displayName, String url )
Parameters
String displayName
Specifies the name of this link to display.
String url
Specifies the URL of this link.
See examples