DataMergeQrcodePlaceholders
A collection of data merge QR code placeholders.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
DataMergeQrcodePlaceholder [] (index:Number)
Returns the DataMergeQrcodePlaceholder with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
DataMergeQrcodePlaceholder add (placeholder:PageItem, field:DataMergeField, withProperties:Object)
Creates a data merge QR code placeholder.
Parameter |
Type |
Description |
---|---|---|
placeholder |
The page item on which to place the placeholder. |
|
field |
The data merge field to insert. |
|
withProperties |
Initial values for properties of the new DataMergeQrcodePlaceholder (Optional) |
DataMergeQrcodePlaceholder anyItem ()
Returns any DataMergeQrcodePlaceholder in the collection.
Number count ()
Displays the number of elements in the DataMergeQrcodePlaceholder.
DataMergeQrcodePlaceholder everyItem ()
Returns every DataMergeQrcodePlaceholder in the collection.
DataMergeQrcodePlaceholder firstItem ()
Returns the first DataMergeQrcodePlaceholder in the collection.
DataMergeQrcodePlaceholder item (index:Varies LongInteger String)
Returns the DataMergeQrcodePlaceholder with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
DataMergeQrcodePlaceholder itemByRange (from:Varies DataMergeQrcodePlaceholder LongInteger String, to:Varies DataMergeQrcodePlaceholder LongInteger String)
Returns the DataMergeQrcodePlaceholders within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The DataMergeQrcodePlaceholder, index, or name at the beginning of the range. Can accept: DataMergeQrcodePlaceholder, Long Integer or String. |
to |
LongInteger |
The DataMergeQrcodePlaceholder, index, or name at the end of the range. Can accept: DataMergeQrcodePlaceholder, Long Integer or String. |
DataMergeQrcodePlaceholder lastItem ()
Returns the last DataMergeQrcodePlaceholder in the collection.
DataMergeQrcodePlaceholder middleItem ()
Returns the middle DataMergeQrcodePlaceholder in the collection.
DataMergeQrcodePlaceholder nextItem (obj:DataMergeQrcodePlaceholder)
Returns the DataMergeQrcodePlaceholder whose index follows the specified DataMergeQrcodePlaceholder in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The DataMergeQrcodePlaceholder whose index comes before the desired DataMergeQrcodePlaceholder. |
DataMergeQrcodePlaceholder previousItem (obj:DataMergeQrcodePlaceholder)
Returns the DataMergeQrcodePlaceholder with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the DataMergeQrcodePlaceholder that follows the desired DataMergeQrcodePlaceholder. |
String toSource ()
Generates a string which, if executed, will return the DataMergeQrcodePlaceholder.
Object of
Document.dataMergeQrcodePlaceholders