Adobe InDesign CS5.5 (7.5) Object Model JS: MojikumiUiPreference

InDesign CS5.5

Class

MojikumiUiPreference

 Mojikumi UI preferences. Base Class: Preference

QuickLinks

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Hierarchy

Application | Document
Preference
MojikumiUiPreference
Event | EventListener | MutationEvent

Properties

PropertyTypeAccessDescription
eventListenersEventListeners EventListener readonlyA collection of event listeners.
eventsEvents Event readonlyA collection of events.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
lineEndAllOneEmbool r/wIf true, uses full-width spacing for all characters.
lineEndAllOneHalfEmbool r/wIf true, uses half-width spacing for all characters.
lineEndPeriodOneEmbool r/wIf true, uses full-width spacing for punctuation and for the last character in the line.
lineEndUkeNoFloatbool r/wIf true, uses line end uke no float.
oneEmIndentLineEndAllNoFloatbool r/wIf true, indents lines one full space and uses no float for all characters.
oneEmIndentLineEndAllOneEmbool r/wIf true, indents lines one full space and uses full-width spacing for all characters.
oneEmIndentLineEndAllOneHalfEmbool r/wIf true, indents lines one full space and uses half-width spacing for all characters.
oneEmIndentLineEndPeriodOneEmbool r/wIf true, indents lines one space and uses full-width spacing for punctuation and for the last character in the line.
oneEmIndentLineEndUkeNoFloatbool r/wIf true, indents lines one full space and uses line end uke no float.
oneEmIndentLineEndUkeOneHalfEmbool r/wIf true, indents lines one space and uses line end uke one half space.
oneOrOneHalfEmIndentLineEndAllOneEmbool r/wIf true, Uses full-witdh spacing for all characters except the last character in the line, which uses either full- or half-width spacing.
oneOrOneHalfEmIndentLineEndPeriodOneEmbool r/wIf true, indents lines one or one-half space and uses full-width spacing for punctuation and for the last character in the line.
oneOrOneHalfEmIndentLineEndUkeNoFloatbool r/wIf true, indents lines one half space or one full space and uses line end uke no float.
oneOrOneHalfEmIndentLineEndUkeOneHalfEmbool r/wIf true, indents lines one full or half space and uses line end uke one half space.
parentApplicationDocument readonlyThe parent of the MojikumiUiPreference (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)

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

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 MojikumiUiPreference.

string toSpecifier ()
Retrieves the object specifier.

Element of

Application.mojikumiUIPreferences

Document.mojikumiUIPreferences

Return

Array of MojikumiUiPreference MojikumiUiPreference.getElements ()

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