TypefiElementDefinitions

A list of Typefi element definitions

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

TypefiElementDefinition [] (index:Number)

Returns the TypefiElementDefinition with the specified index.

Parameter

Type

Description

index

Number

The index.

TypefiElementDefinition add (name:String, withProperties:Object)

Create a new TypefiElementDefinition

Parameter

Type

Description

name

String

The name property of the new TypefiElementDefinition (Optional)

withProperties

Object

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

String

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

Number

The ID.

TypefiElementDefinition itemByName (name:String)

Returns the TypefiElementDefinition with the specified name.

Parameter

Type

Description

name

String

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

TypefiElementDefinition

String

The TypefiElementDefinition, index, or name at the beginning of the range. Can accept: TypefiElementDefinition, Long Integer or String.

to

LongInteger

TypefiElementDefinition

String

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

TypefiElementDefinition

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

TypefiElementDefinition

The index of the TypefiElementDefinition that follows the desired TypefiElementDefinition.

String toSource ()

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

Object of

Document.typefiElementDefinitions