Main Content
mlreportgen.dom.TemplateHole Class
Namespace: 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
The mlreportgen.dom.TemplateHole
class is a handle
class.
Creation
Description
creates a hole with empty properties.templateHoleObj
= TemplateHole
creates a hole having the specified id.templateHoleObj
= TemplateHole(id
)
creates a hole having the specified id and description. templateHoleObj
= TemplateHole(id
,description
)
Input Arguments
Properties
Methods
Version History
Introduced in R2014b