TypefiSectionDefinitions

A list of Typefi section 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

TypefiSectionDefinition [] (index:Number)

Returns the TypefiSectionDefinition with the specified index.

Parameter

Type

Description

index

Number

The index.

TypefiSectionDefinition add (name:String, withProperties:Object)

Create a new TypefiSectionDefinition

Parameter

Type

Description

name

String

The name property of the new TypefiSectionDefinition (Optional)

withProperties

Object

Initial values for properties of the new TypefiSectionDefinition (Optional)

TypefiSectionDefinition anyItem ()

Returns any TypefiSectionDefinition in the collection.

Number count ()

Displays the number of elements in the TypefiSectionDefinition.

TypefiSectionDefinition everyItem ()

Returns every TypefiSectionDefinition in the collection.

TypefiSectionDefinition firstItem ()

Returns the first TypefiSectionDefinition in the collection.

TypefiSectionDefinition item (index:Varies LongInteger String)

Returns the TypefiSectionDefinition with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

TypefiSectionDefinition itemByID (id:Number)

Returns the TypefiSectionDefinition with the specified ID.

Parameter

Type

Description

id

Number

The ID.

TypefiSectionDefinition itemByName (name:String)

Returns the TypefiSectionDefinition with the specified name.

Parameter

Type

Description

name

String

The name.

TypefiSectionDefinition itemByRange (from:Varies LongInteger TypefiSectionDefinition String, to:Varies LongInteger TypefiSectionDefinition String)

Returns the TypefiSectionDefinitions within the specified range.

Parameter

Type

Description

from

LongInteger

TypefiSectionDefinition

String

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

to

LongInteger

TypefiSectionDefinition

String

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

TypefiSectionDefinition lastItem ()

Returns the last TypefiSectionDefinition in the collection.

TypefiSectionDefinition middleItem ()

Returns the middle TypefiSectionDefinition in the collection.

TypefiSectionDefinition nextItem (obj:TypefiSectionDefinition)

Returns the TypefiSectionDefinition whose index follows the specified TypefiSectionDefinition in the collection.

Parameter

Type

Description

obj

TypefiSectionDefinition

The TypefiSectionDefinition whose index comes before the desired TypefiSectionDefinition.

TypefiSectionDefinition previousItem (obj:TypefiSectionDefinition)

Returns the TypefiSectionDefinition with the index previous to the specified index.

Parameter

Type

Description

obj

TypefiSectionDefinition

The index of the TypefiSectionDefinition that follows the desired TypefiSectionDefinition.

String toSource ()

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

Object of

Document.typefiSectionDefinitions