Package: mlreportgen.dom
Superclasses:
Hole to append to template
Hole to append to a document template.
You can append a template hole to these kinds of DOM objects:
Paragraph
TableEntry
Group
Template
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
)
Method | Purpose |
---|---|
Use | Clone this hole object. |