User`s guide
mlreportgen.dom.InternalLink class
12-189
Name of link style defined in the template, specified as a string. The style specified by
styleName must be defined in the template used to create the document to which the
link is appended.
Style — Format specification
array of format objects
Format objects that specify the format of a document element.
Tag — Tag for document element
string
Tag for document element, specified as a string.
A session-unique ID is generated as part of document element creation. The generated
tag has the form CLASS:ID, where CLASS is the class of the element and ID is the value
of the Id property of the object. You can specify a tag to replace the generated tag.
Specify your own tag value, for example, to make it easier to identify where an issue
occurred during document generation.
Target — Internal target link
string
This read-only property displays the link target of this hyperlink.
Methods
Method Purpose
append
Use InternalLink.append
in a similar way to how you use
ExternalLink.append.
Append text or a Text, Image, or
CustomElement object.
clone
Use InternalLink.clone in a similar
way to how you use Paragraph.clone.
Copy the internal link.