Class
A data merge object.
mergeRecords, removeDataSource, selectDataSource, updateDataSource
DataMerge
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
dataMergePreferences | DataMergePreference | readonly | The data merge preference properties that define the layout and content of the target page. |
parent | Document | readonly | The parent of the DataMerge (a Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
void mergeRecords ([outputOversetReportFile:
File])
Merges records and produces an optional overset report.
Parameter | Type | Description |
---|---|---|
outputOversetReportFile | File | The path to the file in which to store the overset report. (Optional) |
void removeDataSource ()
Removes the data source.
void selectDataSource (dataSourceFile:
File[, dataSourceType:
DataSourceType=DataSourceType.COMMA_SEPARATED])
Select data source
Parameter | Type | Description |
---|---|---|
dataSourceFile | File | The data source file |
dataSourceType | DataSourceType: DataSourceType.COMMA_SEPARATED DataSourceType.TAB_DELIMITED | The data source type enumeration option to use to indicate the file format. (Optional) (default: DataSourceType.COMMA_SEPARATED) |
void updateDataSource ()
Updates the data source file with the most current data.
Element of
DataMergePreference.parent
Document.dataMergeProperties
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |