Main Content
mlreportgen.dom.ExternalLink Class
Namespace: mlreportgen.dom
Hyperlink to a location outside of document
Description
Defines a hyperlink to a location outside of the document.
The mlreportgen.dom.ExternalLink
class is a handle
class.
Creation
Description
creates a hyperlink to the specified target and having the specified link
text. This constructor creates a text object
(externalLinkObj
= ExternalLink(target,linkText)mlreportgen.dom.Text
) to hold the link text.
creates a hyperlink with the specified link text and style name.externalLinkObj
= ExternalLink(target
,linkText
,linkTextStyleName
)
Input Arguments
Properties
Methods
Examples
Version History
Introduced in R2014b