User`s guide

11 Functions – Alphabetical List
11-12
addHTMLFile
Class: mlreportgen.dom.Document
Package: mlreportgen.dom
Append HTML file contents to document
Syntax
documentObjOut = addHTMLFile(documentObj,htmlFilePath)
Description
documentObjOut = addHTMLFile(documentObj,htmlFilePath) appends HTML
file contents to a document.
Input Arguments
documentObj — Document to append content to
mlreportgen.dom.Document object
Document object to append content to, specified as an mlreportgen.dom.Document
object.
htmlFilePath — HTML file path
string
HTML file path, specified as a string.
Output Arguments
documentObjOut — Document object with HTML file content appended
mlreportgen.dom.Document object
Document object with HTML file content appended, returned as an
mlreportgen.dom.Document object.