DataMergeQrcodePlaceholders

A collection of data merge QR code placeholders.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

DataMergeQrcodePlaceholder [] (index:Number)

Returns the DataMergeQrcodePlaceholder with the specified index.

Parameter

Type

Description

index

Number

The index.

DataMergeQrcodePlaceholder add (placeholder:PageItem, field:DataMergeField, withProperties:Object)

Creates a data merge QR code placeholder.

Parameter

Type

Description

placeholder

PageItem

The page item on which to place the placeholder.

field

DataMergeField

The data merge field to insert.

withProperties

Object

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

String

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

DataMergeQrcodePlaceholder

LongInteger

String

The DataMergeQrcodePlaceholder, index, or name at the beginning of the range. Can accept: DataMergeQrcodePlaceholder, Long Integer or String.

to

DataMergeQrcodePlaceholder

LongInteger

String

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

DataMergeQrcodePlaceholder

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

DataMergeQrcodePlaceholder

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