Main Content
append
Class: mlreportgen.dom.HTMLFile
Namespace: mlreportgen.dom
Append HTML to HTMLFile
object
Syntax
htmlObjOut = append(htmlFileObj,htmlText)
htmlObjOut = append(htmlFileObj,htmlObjToAppend)
Description
converts
HTML string into an htmlObjOut
= append(htmlFileObj
,htmlText
)HTML
object and appends the
object to htmlFileObj
.
appends
the htmlObjOut
= append(htmlFileObj
,htmlObjToAppend
)htmlObjToAppend
object to htmlFileObj
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2015a