User`s guide
12 Classes – Alphabetical List
12-324
mlreportgen.dom.TemplateHole class
Package: mlreportgen.dom
Hole to append to template
Description
Hole to append to a document template.
You can append a template hole to these kinds of DOM objects:
• Paragraph
• TableEntry
• Group
• Template
Construction
templateHoleObj = TemplateHole() creates a hole with empty properties.
templateHoleObj = TemplateHole(id) creates a hole having the specified id.
templateHoleObj = TemplateHole(id,description) creates a hole having the
specified id and description.
Input Arguments
id — ID for template hole
string
The ID for the template hole, specified by a string.
description — Description for template hole
string
Description for the template hole, specified as a string. The value of this argument
becomes the content of the hole in the template to which it is assigned to allow you to