Package: mlreportgen.dom
Superclasses:
Hyperlink to a location outside of document
Defines a hyperlink to a location outside of the document.
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
)
creates
a hyperlink to the specified target using the specified externalLinkObj
= ExternalLink(target
,textObj
)Text
object.