Package: mlreportgen.dom
Superclasses:
Hyperlink to a location in same document
Hyperlink to a location in the same document that contains the hyperlink. Use this kind of link to provide internal navigation within a document.
creates
a hyperlink to the specified link target object and uses the specified
link text.internalLinkObj
= InternalLink(targetName
,linkText
)
creates
a hyperlink to the specified link target and uses the specified style
name for the link text.internalLinkObj
= InternalLink(targetName
,linkText
,linkTextStyleName
)
creates a hyperlink to the specified target using the specified internalLinkObj
= InternalLink(targetName
,textObj
)Text
object.