Output Format "MsWord"
This output format generates a Microsoft Word file from index data of the document, either in DOC format, in DOCX format, or converted to PDF format.
The file extension specified in the .FileName property determines which of the formats will be generated.
Property | Description |
|---|---|
OutputFormat[].TemplateFile | Definition of the Word document file to be used The file serves as a template to be filled with the index field contents to be output. The template file itself remains unchanged. The following options are available:
|
The OutputName property has a special syntax. This syntax consists of a value composed of several parameters.
The first parameter is always named ElemType and specifies the element type. Depending on the element type, some other parameters are available to specify the element.
Element | Parameter |
|---|---|
Paragraph |
If the specified paragraph number is too high and thus the paragraph does not exist, a new paragraph is automatically appended to the document. |
Bookmark |
|
Form field |
|
Control |
|
Text box |
|
Table |
A table must contain at least one predefined row with the column structure. If the cells of the first row are already filled with values, this row will be seen as the header row and the data output will not start until the second row. According to the number of output values, the required number of rows is automatically added to the table. If the predefined table contains more (empty) rows than required, they will automatically be deleted. |
Document property |
|