-
add( |
[layer] [, at=LocationOptions.UNKNOWN], reference [, withProperties]) |
→ SignatureField |
-
Creates a new SignatureField
layer
|
Layer
The layer on which to create the SignatureField. (Optional)
|
at
|
LocationOptions
The location at which to insert the SignatureField relative to the reference object or within the container object. (Optional)
|
reference
|
The reference object. Note: Required when the at parameter is before or after. Can accept: Document, Spread, MasterSpread, Page, Layer or PageItem. (Optional)
|
withProperties
|
Object
Initial values for properties of the new SignatureField (Optional)
|
-
-
Returns any SignatureField in the collection.
-
-
Displays the number of elements in the SignatureField.
-
-
Returns every SignatureField in the collection.
-
-
Returns the first SignatureField in the collection.
-
-
Returns the SignatureField with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the SignatureField with the specified ID.
-
-
Returns the SignatureField with the specified name.
-
-
Returns the SignatureFields within the specified range.
from
|
The SignatureField, index, or name at the beginning of the range. Can accept: SignatureField, Long Integer or String.
|
to
|
The SignatureField, index, or name at the end of the range. Can accept: SignatureField, Long Integer or String.
|
-
-
Returns the last SignatureField in the collection.
-
-
Returns the middle SignatureField in the collection.
-
-
Returns the SignatureField whose index follows the specified SignatureField in the collection.
obj
|
SignatureField
The SignatureField whose index comes before the desired SignatureField.
|
-
-
Returns the SignatureField with the index previous to the specified index.
obj
|
SignatureField
The index of the SignatureField that follows the desired SignatureField.
|
-
-
Generates a string which, if executed, will return the SignatureField.