User`s guide

12 Classes – Alphabetical List
12-320
PackageType — Packaging for files generated from document
'zipped' (default) | 'unzipped' | 'both'
Specifies how to package the output files generated from this document.
For zipped packaging, the document output is a zip file located at the location specified
by the OutputPath property. The zip file has the extension that matches the document
type: docx (for Word output) or htmx (for HTML output). For example, if the document
type is docx and OutputPath is s:\docs\MyDoc, the output is packaged in a zip file
named s:\docs\MyDoc.docx.
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.
Data Types: char
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) | string
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.
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.