mlreportgen.dom.TemplateDocumentPart Class
Namespace: mlreportgen.dom
Description
Use an object of the mlreportgen.dom.TemplateDocumentPart class to define a document part template object that you can add to the
TemplateDocumentParts property of an object of the
mlreportgen.dom.Template class. When you close the Template
object, Report Generator writes these document part templates to the output template package
(HTML, PDF, DOCX) or template document (HTML-FILE) as document parts. You can then create
DocumentPart objects based on the document part templates in the generated
template.
To see what DOM objects you can append an mlreportgen.dom.TemplateDocumentPart object to, see
Append mlreportgen.dom.TemplateDocumentPart object to DOM class object.
The mlreportgen.dom.TemplateDocumentPart class is a handle class.
