A list of Typefi element definitions
Go to Property Listing | Method Listing
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
TypefiElementDefinition [] (index:Number)
Returns the TypefiElementDefinition with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
TypefiElementDefinition add (name:String, withProperties:Object)
Create a new TypefiElementDefinition
Parameter |
Type |
Description |
---|---|---|
name |
The name property of the new TypefiElementDefinition (Optional) |
|
withProperties |
Initial values for properties of the new TypefiElementDefinition (Optional) |
TypefiElementDefinition anyItem ()
Returns any TypefiElementDefinition in the collection.
Number count ()
Displays the number of elements in the TypefiElementDefinition.
TypefiElementDefinition everyItem ()
Returns every TypefiElementDefinition in the collection.
TypefiElementDefinition firstItem ()
Returns the first TypefiElementDefinition in the collection.
TypefiElementDefinition item (index:Varies LongInteger String)
Returns the TypefiElementDefinition with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
TypefiElementDefinition itemByID (id:Number)
Returns the TypefiElementDefinition with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
TypefiElementDefinition itemByName (name:String)
Returns the TypefiElementDefinition with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
TypefiElementDefinition itemByRange (from:Varies LongInteger TypefiElementDefinition String, to:Varies LongInteger TypefiElementDefinition String)
Returns the TypefiElementDefinitions within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The TypefiElementDefinition, index, or name at the beginning of the range. Can accept: TypefiElementDefinition, Long Integer or String. |
to |
LongInteger |
The TypefiElementDefinition, index, or name at the end of the range. Can accept: TypefiElementDefinition, Long Integer or String. |
TypefiElementDefinition lastItem ()
Returns the last TypefiElementDefinition in the collection.
TypefiElementDefinition middleItem ()
Returns the middle TypefiElementDefinition in the collection.
TypefiElementDefinition nextItem (obj:TypefiElementDefinition)
Returns the TypefiElementDefinition whose index follows the specified TypefiElementDefinition in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The TypefiElementDefinition whose index comes before the desired TypefiElementDefinition. |
TypefiElementDefinition previousItem (obj:TypefiElementDefinition)
Returns the TypefiElementDefinition with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the TypefiElementDefinition that follows the desired TypefiElementDefinition. |
String toSource ()
Generates a string which, if executed, will return the TypefiElementDefinition.
Document.typefiElementDefinitions