InDesign2026
API 21.5.1.73
Collection of MojikumiTable

MojikumiTables

A collection of mojikumi tables.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

MojikumiTable

Returns the MojikumiTable with the specified index.

index Number The index.
MojikumiTable

Creates a new mojikumi table.

name String The name of the new mojikumi table.
withProperties? Object Initial values for properties of the new MojikumiTable
MojikumiTable

Returns any MojikumiTable in the collection.

Number

Displays the number of elements in the MojikumiTable.

MojikumiTable[]

Returns every MojikumiTable in the collection.

MojikumiTable

Returns the first MojikumiTable in the collection.

MojikumiTable

Returns the MojikumiTable with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
MojikumiTable

Returns the MojikumiTable with the specified ID.

id Number The ID.
MojikumiTable

Returns the MojikumiTable with the specified name.

name String The name.
MojikumiTable[]

Returns the MojikumiTables within the specified range.

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

Returns the last MojikumiTable in the collection.

MojikumiTable

Returns the middle MojikumiTable in the collection.

MojikumiTable

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

obj MojikumiTable The MojikumiTable whose index comes before the desired MojikumiTable.
MojikumiTable

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

obj MojikumiTable The index of the MojikumiTable that follows the desired MojikumiTable.
String

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

Object of 2

Properties elsewhere that hold a MojikumiTables.