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