User`s guide
12 Classes – Alphabetical List
12-74
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
Custom content for HTML header, specified as a string.
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
You cannot set this property once the document has been opened.
Path of this document's output file. If you do not specify the file extension, the DOM
interface adds an extension based on the output type of the document.
For unzipped output packaging, the path specifies the folder for the output files. The
default is the current folder.
PackageType — Packaging for files generated from this document
string
String specifying how to package the output files generated from this document. Use one
of these values:
• zipped (default)
• unzipped
• both
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.