DataMergeOption
Data merge options.
DataMergeOption Properties
| Property |
Type |
Access |
Description |
| centerImage |
Boolean |
r/w |
Center Image. |
| createNewDocument |
Boolean |
r/w |
Create new document. |
| documentSize |
Long |
r/w |
Record limit per document. |
| fittingOption |
Fitting enumeration |
r/w |
Fitting Option. |
| linkImages |
Boolean |
r/w |
Link Images. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| removeBlankLines |
Boolean |
r/w |
Remove blank lines for empty fields. |
DataMergeOption Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |