Adobe InDesign CS6 Server (8.0) Object Model JS: MojikumiTables

InDesign Server CS6

Class

MojikumiTables

 A collection of mojikumi tables.

See also MojikumiTable.

QuickLinks

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

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

MojikumiTable [] (index: number)
Returns the MojikumiTable with the specified index.

ParameterTypeDescription
indexnumberThe index.

MojikumiTable add (name: string[, withProperties: Object])
Creates a new mojikumi table.

ParameterTypeDescription
namestringThe name of the new mojikumi table.
withPropertiesObjectInitial 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.

Array of MojikumiTable everyItem ()
Returns every MojikumiTable in the collection.

MojikumiTable firstItem ()
Returns the first MojikumiTable in the collection.

MojikumiTable item (index: varies)
Returns the MojikumiTable with the specified index or name.

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

MojikumiTable itemByID (id: number)
Returns the MojikumiTable with the specified ID.

ParameterTypeDescription
idnumberThe ID.

MojikumiTable itemByName (name: string)
Returns the MojikumiTable with the specified name.

ParameterTypeDescription
namestringThe name.

Array of MojikumiTable itemByRange (from: varies, to: varies)
Returns the MojikumiTables within the specified range.

ParameterTypeDescription
fromLong Integer
MojikumiTable
String
The MojikumiTable, index, or name at the beginning of the range. Can accept: MojikumiTable, Long Integer or String.
toLong Integer
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.

ParameterTypeDescription
objMojikumiTableThe MojikumiTable whose index comes before the desired MojikumiTable.

MojikumiTable previousItem (obj: MojikumiTable)
Returns the MojikumiTable with the index previous to the specified index.

ParameterTypeDescription
objMojikumiTableThe index of the MojikumiTable that follows the desired MojikumiTable.

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

Element of

Application.mojikumiTables

Document.mojikumiTables

Jongware, 28-Apr-2012 v3.0.3iContents :: Index