mlreportgen.dom.Document.createTemplate
Class: mlreportgen.dom.Document
Namespace: mlreportgen.dom
Create DOM template file
Syntax
Description
templatePath = mlreportgen.dom.Document.createTemplate(path)path argument must include a
                file name extension that indicates the type of template to create.
templatePath = mlreportgen.dom.Document.createTemplate(path,type)
Input Arguments
Output Arguments
Examples
Limitations
HTML templates do not support character entity references. To specify an entity, enter the equivalent numeric character reference.
Version History
Introduced in R2014b