User`s guide
mlreportgen.dom.InternalLink class
12-187
mlreportgen.dom.InternalLink class
Package: mlreportgen.dom
Hyperlink to a location in same document
Description
Hyperlink to a location in the same document that contains the hyperlink. Use this kind
of link to provide internal navigation within a document.
Construction
internalLinkObj = InternalLink(targetName,linkText) creates a hyperlink to
the specified link target object and uses the specified link text.
internalLinkObj = InternalLink(targetName,linkText,
linkTextStyleName) creates a hyperlink to the specified link target and uses the
specified style name for the link text.
internalLinkObj = InternalLink(targetName,textObj) creates a hyperlink to
the specified target using the specified Text object.
Input Arguments
targetName — Link target name
string
Link target name, specified as string. The string is the value in the Name property
of an mlreportgen.dom.LinkTarget object or a URL.
linkText — Link text
string
The text to use for the link text.
linkTextStyleName — Name of style for link text
string