Main Content
append
Class: mlreportgen.dom.ExternalLink
Namespace: mlreportgen.dom
Append custom element to external link
Syntax
Description
appends
a textObjOut
= append(externalLinkObj
,text
)Text
object constructed from the specified text
to the link.
appends
text using the specified style.textObjOut
= append(externalLinkObj
,text
,styleName
)
appends
a domObjOut
= append(externalLinkObj
,domObj
)Text
, Image
, or CustomElement
object
to the link.
Input Arguments
Output Arguments
Version History
Introduced in R2014b