DataMergePreference
Data merge preferences.
Go to Property Listing | Method Listing
Methods:
addEventListener, alertMissingImages, getElements, removeEventListener, toSource, toSpecifier
Objects:
ArrangeBy, Boolean, EventListeners, Events, Number, Object, RecordSelection, RecordsPerPage, String
Hierarchy:
Superclass: Preference
Class: DataMergePreference
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The order in which to arrange multiple records on the page in the target document. |
||
read/write |
The offset value of the bottom margin in the target document. |
||
read/write |
The amount of space between columns of records in the target document. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
The offset value of the left margin in the target document. |
||
readonly |
The parent of the DataMergePreference (a DataMerge). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
The number of the record to merge. Note: Valid only when record selection is one record. |
||
read/write |
The range of records to merge. Note: Valid only when record selection is range. |
||
read/write |
The records to merge. |
||
read/write |
The number of records to place on each page in the document. |
||
read/write |
The offset value of the right margin in the target document. |
||
read/write |
The amount of space between rows of records in the target document. |
||
read/write |
The offset value of the top margin in the target document. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
Boolean alertMissingImages (outputMissingImagesReportFile:File)
If true, lists missing images in the specified output file.
Parameter |
Type |
Description |
---|---|---|
outputMissingImagesReportFile |
The path to the output file. |
DataMergePreference getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the DataMergePreference.
String toSpecifier ()
Retrieves the object specifier.
Object of
DataMerge.dataMergePreferences
Event.parent
EventListener.parent
MutationEvent.parent