DataMerge
A data merge object.
Instance
Read Only
DataMergePreference dataMergePreferences
The data merge preference properties that define the layout and content of the target page.
Read Only
Boolean isValid
Returns true if the object specifier resolves to valid objects.
Read Only
Document parent
The parent of the DataMerge (a Document).
Read Only
Preferences preferences
A collection of preferences objects.
Read Only
DataMergeFields dataMergeFields
A collection of data merge fields.
Read Only
Events events
A collection of events.
Read Only
EventListeners eventListeners
A collection of event listeners.
Object properties
A property that allows setting of several properties at the same time.
Methods
selectDataSource( File dataSourceFile )
Specifies the file to use as the data source.
Parameters
Type Name Description 
updateDataSource()
Updates the data source file with the most current data.
removeDataSource()
Removes the data source.
mergeRecords( File outputOversetReportFile )
Merges records and produces an optional overset report.
Parameters
Type Name Description 
exportFile( File to, PDFExportPreset using, File outputOversetReportFile )
Merges records and exports to PDF.
Parameters
Type Name Description 
String toSource()
Generates a string which, if executed, will return the DataMerge.
DataMerge getElements()
Resolves the object specifier, creating an array of object references.
String toSpecifier()
Retrieves the object specifier.
EventListener addEventListener( String eventType, Mixed handler, Boolean captures )
Adds an event listener.
Parameters
Type Name Description 
Boolean removeEventListener( String eventType, Mixed handler, Boolean captures )
Removes the event listener.
Parameters
Type Name Description