SignatureFields
A collection of signature fields.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the SignatureField.
SignatureField add( Layer layer, LocationOptions at, Mixed reference, Object withProperties )
Creates a new SignatureField
Parameters
SignatureField item( Mixed index )
Returns the SignatureField with the specified index or name.
Parameters
SignatureField itemByName( String name )
Returns the SignatureField with the specified name.
Parameters
SignatureField itemByID( Number id )
Returns the SignatureField with the specified ID.
Parameters
SignatureField itemByRange( Mixed from, Mixed to )
Returns the SignatureFields within the specified range.
Parameters
SignatureField firstItem()
Returns the first SignatureField in the collection.
SignatureField lastItem()
Returns the last SignatureField in the collection.
SignatureField middleItem()
Returns the middle SignatureField in the collection.
SignatureField previousItem( SignatureField obj )
Returns the SignatureField with the index previous to the specified index.
Parameters
SignatureField nextItem( SignatureField obj )
Returns the SignatureField whose index follows the specified SignatureField in the collection.
Parameters
SignatureField anyItem()
Returns any SignatureField in the collection.
SignatureField everyItem()
Returns every SignatureField in the collection.
String toSource()
Generates a string which, if executed, will return the SignatureField.
SignatureField []( Number index )
Returns the SignatureField with the specified index.