Main Content

slreportgen.report.ElementDiagram.createTemplate

Class: slreportgen.report.ElementDiagram
Package: slreportgen.report

Create element diagram template

Since R2018b

Syntax

template = slreportgen.report.ElementDiagram.createTemplate(templatePath,type)

Description

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

Input Arguments

expand all

Location of the reporter template, specified as a character vector, character array, or template source object.

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

Output Arguments

expand all

Name of template, returned as the path and file name of the template. The template file name extension is assigned based on the specified output type. For example, for PDF output, the template name has a .pdftx file extension.

Examples

Create an Element Diagram Template

slreportgen.report.ElementDiagram.createTemplate...
     ('mytemplates\myElemDiagram','html');

Version History

Introduced in R2018b