SignatureFields
See also SignatureField.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
SignatureField [] (index:
number)
Returns the SignatureField with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
SignatureField add ([layer:
Layer][, at:
LocationOptions=LocationOptions.UNKNOWN][, reference:
varies][, withProperties:
Object])
Creates a new SignatureField
Parameter | Type | Description |
---|---|---|
layer | Layer | The layer on which to create the SignatureField. (Optional) |
at | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | The location at which to insert the SignatureField relative to the reference object or within the container object. (Optional) (default: LocationOptions.UNKNOWN) |
reference | Document Layer MasterSpread Page PageItem Spread | 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) |
SignatureField anyItem ()
Returns any SignatureField in the collection.
number count ()
Displays the number of elements in the SignatureField.
Array of SignatureField everyItem ()
Returns every SignatureField in the collection.
SignatureField firstItem ()
Returns the first SignatureField in the collection.
SignatureField item (index:
varies)
Returns the SignatureField with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
SignatureField itemByID (id:
number)
Returns the SignatureField with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
SignatureField itemByName (name:
string)
Returns the SignatureField with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of SignatureField itemByRange (from:
varies, to:
varies)
Returns the SignatureFields within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer SignatureField String | The SignatureField, index, or name at the beginning of the range. Can accept: SignatureField, Long Integer or String. |
to | Long Integer SignatureField String | The SignatureField, index, or name at the end of the range. Can accept: SignatureField, Long Integer or String. |
SignatureField lastItem ()
Returns the last SignatureField in the collection.
SignatureField middleItem ()
Returns the middle SignatureField in the collection.
SignatureField nextItem (obj:
SignatureField)
Returns the SignatureField whose index follows the specified SignatureField in the collection.
Parameter | Type | Description |
---|---|---|
obj | SignatureField | The SignatureField whose index comes before the desired SignatureField. |
SignatureField previousItem (obj:
SignatureField)
Returns the SignatureField with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | SignatureField | The index of the SignatureField that follows the desired SignatureField. |
string toSource ()
Generates a string which, if executed, will return the SignatureField.
Element of
Cell.signatureFields
Character.signatureFields
Document.signatureFields
GraphicLine.signatureFields
Group.signatureFields
InsertionPoint.signatureFields
Layer.signatureFields
Line.signatureFields
MasterSpread.signatureFields
Oval.signatureFields
Page.signatureFields
Page.tabOrder
Paragraph.signatureFields
PlaceGun.signatureFields
Polygon.signatureFields
Rectangle.signatureFields
ShowHideFieldsBehavior.fieldsToHide
ShowHideFieldsBehavior.fieldsToShow
Snippet.signatureFields
SplineItem.signatureFields
Spread.signatureFields
Story.signatureFields
Table.signatureFields
Text.signatureFields
TextColumn.signatureFields
TextFrame.signatureFields
TextStyleRange.signatureFields
Word.signatureFields
XmlStory.signatureFields
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |