DataMergePreference
Data merge preferences.
DataMergePreference Properties
| Property |
Type |
Access |
Description |
| arrangeBy |
ArrangeBy enumeration |
r/w |
Arrangement of records on the page. |
| bottomMargin |
Unit |
r/w |
Bottom margin for the pages in the target document. |
| columnSpacing |
Unit |
r/w |
Column spacing. |
| leftMargin |
Unit |
r/w |
Left margin for the pages in the target document. |
| 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. |
| recordNumber |
Long |
r/w |
Record number in case of merging only one record. |
| recordRange |
String |
r/w |
Record range. |
| recordSelection |
RecordSelection enumeration |
r/w |
Records to be merged. |
| recordsPerPage |
RecordsPerPage enumeration |
r/w |
Records Per Page. |
| rightMargin |
Unit |
r/w |
Right margin for the pages in the target document. |
| rowSpacing |
Unit |
r/w |
Row spacing. |
| topMargin |
Unit |
r/w |
Top margin for the pages in the target document. |
DataMergePreference Methods
| Method |
Returns |
Description |
| alertMissingImages |
Boolean |
Alert when images are missing. |
| 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. |