MojikumiTables

A collection of mojikumi tables.

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

MojikumiTable [] (index:Number)

Returns the MojikumiTable with the specified index.

Parameter

Type

Description

index

Number

The index.

MojikumiTable add (name:String, withProperties:Object)

Creates a new mojikumi table.

Parameter

Type

Description

name

String

The name of the new mojikumi table.

withProperties

Object

Initial values for properties of the new MojikumiTable (Optional)

MojikumiTable anyItem ()

Returns any MojikumiTable in the collection.

Number count ()

Displays the number of elements in the MojikumiTable.

MojikumiTable everyItem ()

Returns every MojikumiTable in the collection.

MojikumiTable firstItem ()

Returns the first MojikumiTable in the collection.

MojikumiTable item (index:Varies LongInteger String)

Returns the MojikumiTable with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

MojikumiTable itemByID (id:Number)

Returns the MojikumiTable with the specified ID.

Parameter

Type

Description

id

Number

The ID.

MojikumiTable itemByName (name:String)

Returns the MojikumiTable with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the MojikumiTables within the specified range.

Parameter

Type

Description

from

LongInteger

MojikumiTable

String

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

to

LongInteger

MojikumiTable

String

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

MojikumiTable lastItem ()

Returns the last MojikumiTable in the collection.

MojikumiTable middleItem ()

Returns the middle MojikumiTable in the collection.

MojikumiTable nextItem (obj:MojikumiTable)

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

Parameter

Type

Description

obj

MojikumiTable

The MojikumiTable whose index comes before the desired MojikumiTable.

MojikumiTable previousItem (obj:MojikumiTable)

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

Parameter

Type

Description

obj

MojikumiTable

The index of the MojikumiTable that follows the desired MojikumiTable.

String toSource ()

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

Object of

Application.mojikumiTables

Document.mojikumiTables