Adobe InDesign CS5 Server (7.0) Object Model JS: MojikumiTable

InDesign Server CS5

Class

MojikumiTable

 The mojikumi table.

QuickLinks

addEventListener, extractLabel, getElements, insertLabel, remove, removeEventListener, toSource, toSpecifier

Hierarchy

Application | Document
MojikumiTable
Event | EventListener | MutationEvent

Properties

PropertyTypeAccessDescription
basedOnMojikumiSetMojikumiTableDefaults:
MojikumiTableDefaults.NOTHING
MojikumiTableDefaults.LINE_END_ALL_ONE_HALF_EM_ENUM
MojikumiTableDefaults.ONE_EM_INDENT_LINE_END_UKE_ONE_HALF_EM_ENUM
MojikumiTableDefaults.ONE_OR_ONE_HALF_EM_INDENT_LINE_END_UKE_ONE_HALF_EM_ENUM
MojikumiTableDefaults.ONE_OR_ONE_HALF_EM_INDENT_LINE_END_ALL_ONE_EM_ENUM
MojikumiTableDefaults.ONE_EM_INDENT_LINE_END_ALL_ONE_EM_ENUM
MojikumiTableDefaults.ONE_EM_INDENT_LINE_END_ALL_NO_FLOAT_ENUM
MojikumiTableDefaults.ONE_EM_INDENT_LINE_END_UKE_NO_FLOAT_ENUM
MojikumiTableDefaults.ONE_OR_ONE_HALF_EM_INDENT_LINE_END_UKE_NO_FLOAT_ENUM
MojikumiTableDefaults.ONE_EM_INDENT_LINE_END_ALL_ONE_HALF_EM_ENUM
MojikumiTableDefaults.LINE_END_ALL_ONE_EM_ENUM
MojikumiTableDefaults.LINE_END_UKE_NO_FLOAT_ENUM
MojikumiTableDefaults.ONE_OR_ONE_HALF_EM_INDENT_LINE_END_PERIOD_ONE_EM_ENUM
MojikumiTableDefaults.ONE_EM_INDENT_LINE_END_PERIOD_ONE_EM_ENUM
MojikumiTableDefaults.LINE_END_PERIOD_ONE_EM_ENUM
MojikumiTableDefaults.TRAD_CHINESE_DEFAULT
MojikumiTableDefaults.SIMP_CHINESE_DEFAULT
r/wThe existing mojikumi set on which to base the new mojikumi set.
eventListenersEventListeners readonlyA collection of event listeners.
eventsEvents readonlyA collection of events.
idnumber readonlyThe unique ID of the MojikumiTable.
indexnumber readonlyThe index of the MojikumiTable within its containing object.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
labelstring r/wA property that can be set to any string.
namestring r/wThe name of the MojikumiTable.
overrideMojikumiAkiList Array of
akiDoesNotFloat:Boolean
compressionPriority:Short Integer
desired:Real
maximum:Real
minimum:Real
Ordered array containing targetMojikumiClass:Short Integer
sideIsAfterTarget:Boolean
sideMojikumiClass:Short Integer
r/wThe mojikumi overrides for aki. Can return: Ordered array containing targetMojikumiClass:Short Integer, sideMojikumiClass:Short Integer, sideIsAfterTarget:Boolean, minimum:Real, desired:Real, maximum:Real, compressionPriority:Short Integer, akiDoesNotFloat:Boolean.
parentApplication
Document
readonlyThe parent of the MojikumiTable (a Document or Application).
propertiesObject r/wA property that allows setting of several properties at the same time.

Methods

Instances

EventListener addEventListener (eventType: string, handler: varies[, captures: bool=false])
Adds an event listener.

ParameterTypeDescription
eventTypestringThe event type.
handlerFile
JavaScript Function
The event handler. Can accept: File or JavaScript Function.
capturesboolThis parameter is obsolete. (Optional) (default: false)

string extractLabel (key: string)
Gets the label value associated with the specified key.

ParameterTypeDescription
keystringThe key.

Array of MojikumiTable getElements ()
Resolves the object specifier, creating an array of object references.

void insertLabel (key: string, value: string)
Sets the label to the value associated with the specified key.

ParameterTypeDescription
keystringThe key.
valuestringThe value.

void remove ()
Deletes the MojikumiTable.

bool removeEventListener (eventType: string, handler: varies[, captures: bool=false])
Removes the event listener.

ParameterTypeDescription
eventTypestringThe registered event type.
handlerFile
JavaScript Function
The registered event handler. Can accept: File or JavaScript Function.
capturesboolThis parameter is obsolete. (Optional) (default: false)

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

string toSpecifier ()
Retrieves the object specifier.

Element of

ChangeGrepPreference.mojikumi

ChangeTextPreference.mojikumi

ChangeTransliteratePreference.mojikumi

Character.mojikumi

FindGrepPreference.mojikumi

FindTextPreference.mojikumi

FindTransliteratePreference.mojikumi

InsertionPoint.mojikumi

Line.mojikumi

Paragraph.mojikumi

ParagraphStyle.mojikumi

Story.mojikumi

Text.mojikumi

TextColumn.mojikumi

TextDefault.mojikumi

TextStyleRange.mojikumi

Word.mojikumi

XmlStory.mojikumi

Used in:

MojikumiTable MojikumiTables.nextItem (obj: MojikumiTable)

MojikumiTable MojikumiTables.previousItem (obj: MojikumiTable)

Return

Array of MojikumiTable MojikumiTable.getElements ()

MojikumiTable MojikumiTables.[] (index: number)

MojikumiTable MojikumiTables.add (name: string[, withProperties: Object])

MojikumiTable MojikumiTables.anyItem ()

Array of MojikumiTable MojikumiTables.everyItem ()

MojikumiTable MojikumiTables.firstItem ()

MojikumiTable MojikumiTables.item (index: varies)

MojikumiTable MojikumiTables.itemByID (id: number)

MojikumiTable MojikumiTables.itemByName (name: string)

Array of MojikumiTable MojikumiTables.itemByRange (from: varies, to: varies)

MojikumiTable MojikumiTables.lastItem ()

MojikumiTable MojikumiTables.middleItem ()

MojikumiTable MojikumiTables.nextItem (obj: MojikumiTable)

MojikumiTable MojikumiTables.previousItem (obj: MojikumiTable)

Jongware, 23-Mar-2011 v3.0.3dContents :: Index