DataMergeTextPlaceholders
A collection of data merge text placeholders.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
DataMergeTextPlaceholder add( Story parentStory, Mixed storyOffset, DataMergeField field, Object withProperties )
Creates a data merge text placeholder.
Parameters
Number count()
Displays the number of elements in the DataMergeTextPlaceholder.
DataMergeTextPlaceholder item( Mixed index )
Returns the DataMergeTextPlaceholder with the specified index or name.
Parameters
DataMergeTextPlaceholder itemByRange( Mixed from, Mixed to )
Returns the DataMergeTextPlaceholders within the specified range.
Parameters
DataMergeTextPlaceholder firstItem()
Returns the first DataMergeTextPlaceholder in the collection.
DataMergeTextPlaceholder lastItem()
Returns the last DataMergeTextPlaceholder in the collection.
DataMergeTextPlaceholder middleItem()
Returns the middle DataMergeTextPlaceholder in the collection.
DataMergeTextPlaceholder previousItem( DataMergeTextPlaceholder obj )
Returns the DataMergeTextPlaceholder with the index previous to the specified index.
Parameters
DataMergeTextPlaceholder nextItem( DataMergeTextPlaceholder obj )
Returns the DataMergeTextPlaceholder whose index follows the specified DataMergeTextPlaceholder in the collection.
Parameters
DataMergeTextPlaceholder anyItem()
Returns any DataMergeTextPlaceholder in the collection.
DataMergeTextPlaceholder everyItem()
Returns every DataMergeTextPlaceholder in the collection.
String toSource()
Generates a string which, if executed, will return the DataMergeTextPlaceholder.
DataMergeTextPlaceholder []( Number index )
Returns the DataMergeTextPlaceholder with the specified index.