Main Content

createTemplate

Class: systemcomposer.rptgen.report.Function
Namespace: systemcomposer.rptgen.report

Create function template

Since R2022b

Syntax

template = createTemplate(templatePath,type)

Description

template = createTemplate(templatePath,type) creates a copy of the default function template specified by type at the location specified by templatePath. Use the copied template as a starting point to design a custom function template for your report.

Input Arguments

expand all

Target path and filename of copy of template file, specified as a character vector or string scalar. If you specify templatePath without the file extension, the method creates the file with the extension of the copied template file. If you include the file extension, it must match the extension of the copied template file.

Data Types: char | string

Type of template, specified as "html", "html-file", "docx", or "pdf".

Data Types: char | string

Output Arguments

expand all

Path and filename of the template copy, returned as a string scalar. The specified template type determines the filename extension of the template. For example, if the type argument is 'pdf', the filename extension is .pdftx.

Data Types: string

Version History

Introduced in R2022b