InDesign2026
API 21.5.1.73
Collection of SignatureField

SignatureFields

A collection of signature fields.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

SignatureField

Returns the SignatureField with the specified index.

index Number The index.
SignatureField

Creates a new SignatureField

layer? Layer The layer on which to create the SignatureField.
at? LocationOptions The location at which to insert the SignatureField relative to the reference object or within the container object.
reference? Document | Layer | MasterSpread | Page | Spread | PageItem The reference object. Note: Required when the at parameter is before or after. Can accept: Document, Spread, MasterSpread, Page, Layer or PageItem.
withProperties? Object Initial values for properties of the new SignatureField
SignatureField

Returns any SignatureField in the collection.

Number

Displays the number of elements in the SignatureField.

SignatureField[]

Returns every SignatureField in the collection.

SignatureField

Returns the first SignatureField in the collection.

SignatureField

Returns the SignatureField with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
SignatureField

Returns the SignatureField with the specified ID.

id Number The ID.
SignatureField

Returns the SignatureField with the specified name.

name String The name.
SignatureField[]

Returns the SignatureFields within the specified range.

from LongInteger | SignatureField | String The SignatureField, index, or name at the beginning of the range. Can accept: SignatureField, Long Integer or String.
to LongInteger | SignatureField | String The SignatureField, index, or name at the end of the range. Can accept: SignatureField, Long Integer or String.
SignatureField

Returns the last SignatureField in the collection.

SignatureField

Returns the middle SignatureField in the collection.

SignatureField

Returns the SignatureField whose index follows the specified SignatureField in the collection.

obj SignatureField The SignatureField whose index comes before the desired SignatureField.
SignatureField

Returns the SignatureField with the index previous to the specified index.

obj SignatureField The index of the SignatureField that follows the desired SignatureField.
String

Generates a string which, if executed, will return the SignatureField.

Object of 31

Properties elsewhere that hold a SignatureFields.