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.
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
the specified internalLinkObj
= InternalLink(targetName
,textObj
)Text
object.
Input Arguments
Properties
Methods
Examples
Version History
Introduced in R2014b