User`s guide
12 Classes – Alphabetical List
12-114
mlreportgen.dom.ExternalLink class
Package: mlreportgen.dom
Hyperlink to a location outside of document
Description
Defines a hyperlink to a location outside of the document.
Construction
externalLinkObj = ExternalLink(target,linkText) creates a hyperlink to the
specified target and having the specified link text. This constructor creates a text object
(mlreportgen.dom.Text) to hold the link text.
externalLinkObj = ExternalLink(target,linkText,linkTextStyleName)
creates a hyperlink with the specified link text and style name.
externalLinkObj = ExternalLink(target,textObj) creates a hyperlink to the
specified target using the specified Text object.
Input Arguments
target — Target of link
string | mlreportgen.dom.LinkTarget object
The link target of the external link, specified as either a string (for a URL) or as an
mlreportgen.dom.LinkTarget object.
linkText — Link text
string
The text to use for the link text.
linkTextStyleName — Name of style for link text
string
Name of style to use for the link text.