User`s guide
mlreportgen.dom.Template class
12-319
• A block hole can contain a Paragraph, Table, OrderedList, UnorderedList,
DocumentPart, and Group.
CurrrentDOCXSection — The current section of Word document
mlreportgen.dom.DOCXSection object
This read-only property for a Word document is a mlreportgen.dom.DOCXSection
object that specifies the properties, as well as the headers and footers, of the current
document section. In HTML documents, the value of this property is always [].
ForceOverwrite — Overwrite existing output file
[] (default) | logical value
Set this property to true to overwrite an existing output file of the same name for a
report from this document. If this property is false, or if the existing output file is read-
only, then generating an output file using the same path as an existing output file causes
an error.
Data Types: logical
HTMLHeadExt — Custom content for HTML header
string
Data Types: char
Id — ID for document element
string
A session-unique ID is generated as part of document element creation. You can specify
an ID to replace the generated ID.
OutputPath — Path of output file or folder for this document
string
Before setting this property, close the document.
Path of output file for this document. If you do not specify a file extension, the extension
is based on the output type (for example, .docx for Word).
For zipped output packaging, the default is the current folder.
For unzipped output packaging, the path specifies the folder for the output files. The
default is the current folder.