Main Content
mlreportgen.dom.Document.createTemplate
Class: mlreportgen.dom.Document
Namespace: mlreportgen.dom
Create DOM template file
Syntax
Description
creates a copy of the default DOM template at the specified location and returns the
full path of the new template. The templatePath
= mlreportgen.dom.Document.createTemplate(path
)path
argument must include a
file name extension that indicates the type of template to create.
creates a copy of the DOM default template of the specified type at the specified
location and returns the full path of the new template.templatePath
= mlreportgen.dom.Document.createTemplate(path
,type
)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2014b