User`s guide

mlreportgen.dom.Document class
12-75
For unzipped packaging, the document output is stored in a folder having the root file
name of the OutputPath property. For example, if the OutputPath is s:\docs\MyDoc,
the output folder is s:\docs\MyDoc.
If you set PackageType to both, generating the report produces zipped and unzipped
output.
Parent — Parent of document element
DOM object
This read-only property lists the parent of this document element.
StreamOutput — Option to stream output to disk
false (default) | logical value
By default, document elements are stored in memory until the document is closed. Set
this property to true to write document elements to disk as the elements are appended
to the document.
Data Types: logical
Tag — Tag for this document
session-unique tag when the document is generated (default) | custom tag
String that identifies this document. The tag has the form CLASS:ID, where CLASS is the
document class and ID is the value of the Id property of the object.
An example of a reason for specifying your own tag value is to make it easier to identify
where an issue occurred during document generation.
Data Types: char
TemplatePath — Path of the template used for this document element
string
The full path to the HTML or Word template to use for this document element.
TitleBarText — Title for HTML browser title bar
string
For HTML documents, this property specifies the text for the title bar of the browser.
Word documents ignore this property.
Set this property before opening the document for output.