Data merge preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| arrangeBy | ArrangeBy : ROWS_FIRST COLUMNS_FIRST |
r/w | The order in which to arrange multiple records on the page in the target document. |
| bottomMargin | number | r/w | The offset value of the bottom margin in the target document. |
| columnSpacing | number | r/w | The amount of space between columns of records in the target document. |
| leftMargin | number | r/w | The offset value of the left margin in the target document. |
| parent | DataMerge | readonly | The parent of the DataMergePreference (a DataMerge). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| recordNumber | number | r/w | The number of the record to merge. Note: Valid only when record selection is one record. |
| recordRange | string | r/w | The range of records to merge. Note: Valid only when record selection is range. |
| recordSelection | RecordSelection : ALL_RECORDS ONE_RECORD RANGE |
r/w | The records to merge. |
| recordsPerPage | RecordsPerPage : SINGLE_RECORD MULTIPLE_RECORD |
r/w | The number of records to place on each page in the document. |
| rightMargin | number | r/w | The offset value of the right margin in the target document. |
| rowSpacing | number | r/w | The amount of space between rows of records in the target document. |
| topMargin | number | r/w | The offset value of the top margin in the target document. |
Methods
bool alertMissingImages (outputMissingImagesReportFile:
File)
If true, lists missing images in the specified output file.
| Parameter | Type | Description |
|---|---|---|
| outputMissingImagesReportFile | File | The path to the output file. |
Array of DataMergePreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the DataMergePreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
DataMerge.dataMergePreferences
Returned by:
Array of DataMergePreference DataMergePreference .getElements (
)