A data merge object.
Go to Property Listing | Method Listing
mergeRecords, removeDataSource, selectDataSource, updateDataSource
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The data merge preference properties that define the layout and content of the target page. |
||
|
readonly |
The parent of the DataMerge (a Document). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
undefined mergeRecords (outputOversetReportFile:File)
Merges records and produces an optional overset report.
|
Parameter |
Type |
Description |
|---|---|---|
|
outputOversetReportFile |
The path to the file in which to store the overset report. (Optional) |
undefined removeDataSource ()
Removes the data source.
undefined selectDataSource (dataSourceFile:File, [dataSourceType:DataSourceType=DataSourceType])
Select data source
|
Parameter |
Type |
Description |
|---|---|---|
|
dataSourceFile |
The data source file |
|
|
dataSourceType |
The data source type enumeration option to use to indicate the file format. (Optional) (default: DataSourceType.COMMA_SEPARATED) |
undefined updateDataSource ()
Updates the data source file with the most current data.