Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| add( | placeholder, field [, withProperties]) |
→ DataMergeQrcodePlaceholder |
| count( | ) |
→ number |
| item( | index) |
→ DataMergeQrcodePlaceholder |
| itemByRange( | from, to) |
→ DataMergeQrcodePlaceholder |
| nextItem( | obj) |
→ DataMergeQrcodePlaceholder |
| toSource( | ) |
→ string |
-
add( placeholder, field [, withProperties])→ DataMergeQrcodePlaceholder -
Creates a data merge QR code placeholder.
placeholderPageItem The page item on which to place the placeholder. fieldDataMergeField The data merge field to insert. withPropertiesObject Initial values for properties of the new DataMergeQrcodePlaceholder (Optional) -
anyItem( )→ DataMergeQrcodePlaceholder -
Returns any DataMergeQrcodePlaceholder in the collection.
-
count( )→ number -
Displays the number of elements in the DataMergeQrcodePlaceholder.
-
everyItem( )→ DataMergeQrcodePlaceholder -
Returns every DataMergeQrcodePlaceholder in the collection.
-
firstItem( )→ DataMergeQrcodePlaceholder -
Returns the first DataMergeQrcodePlaceholder in the collection.
-
item( index)→ DataMergeQrcodePlaceholder -
Returns the DataMergeQrcodePlaceholder with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByRange( from, to)→ DataMergeQrcodePlaceholder -
Returns the DataMergeQrcodePlaceholders within the specified range.
fromThe DataMergeQrcodePlaceholder, index, or name at the beginning of the range. Can accept: DataMergeQrcodePlaceholder, Long Integer or String. toThe DataMergeQrcodePlaceholder, index, or name at the end of the range. Can accept: DataMergeQrcodePlaceholder, Long Integer or String. -
lastItem( )→ DataMergeQrcodePlaceholder -
Returns the last DataMergeQrcodePlaceholder in the collection.
-
middleItem( )→ DataMergeQrcodePlaceholder -
Returns the middle DataMergeQrcodePlaceholder in the collection.
-
nextItem( obj)→ DataMergeQrcodePlaceholder -
Returns the DataMergeQrcodePlaceholder whose index follows the specified DataMergeQrcodePlaceholder in the collection.
objDataMergeQrcodePlaceholder The DataMergeQrcodePlaceholder whose index comes before the desired DataMergeQrcodePlaceholder. -
previousItem( obj)→ DataMergeQrcodePlaceholder -
Returns the DataMergeQrcodePlaceholder with the index previous to the specified index.
objDataMergeQrcodePlaceholder The index of the DataMergeQrcodePlaceholder that follows the desired DataMergeQrcodePlaceholder. -
toSource( )→ string -
Generates a string which, if executed, will return the DataMergeQrcodePlaceholder.