mlreportgen.dom.TemplateHole class
Package: mlreportgen.dom
Superclasses:
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
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
Output Arguments
Properties
Methods
Method | Purpose |
---|---|
Use | Clone this hole object. |