mlreportgen.dom.InternalLink Class
Namespace: 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.
The mlreportgen.dom.InternalLink
class is a handle
class.
Creation
Description
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
link text from the specified
internalLinkObj
= InternalLink(targetName
,obj
)mlreportgen.dom.Text
,
mlreportgen.dom.Number
, or
mlreportgen.dom.CharEntity
object.
Input Arguments
Properties
Methods
Examples
Version History
Introduced in R2014b