KinsokuTable
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
cantBeSeparatedChars | string | r/w | The characters in the kinsoku set that cannot be separated. |
cantBeginLineChars | string | r/w | The characters in the kinsoku set that cannot begin lines. |
cantEndLineChars | string | r/w | That characters in the kinsoku set that cannot end lines. |
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
hangingPunctuationChars | string | r/w | The hanging punctuation characters in the kinsoku set. |
id | number | readonly | The unique ID of the KinsokuTable. |
index | number | readonly | The index of the KinsokuTable within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
label | string | r/w | A property that can be set to any string. |
name | string | r/w | The name of the KinsokuTable. |
parent | ApplicationDocument | readonly | The parent of the KinsokuTable (a Document or Application). |
properties | Object | r/w | A 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.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
Array
of KinsokuTable 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.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
void remove ()
Deletes the KinsokuTable.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the KinsokuTable.
Element of
ChangeGrepPreference.kinsokuSet
ChangeTextPreference.kinsokuSet
ChangeTransliteratePreference.kinsokuSet
Character.kinsokuSet
FindGrepPreference.kinsokuSet
FindTextPreference.kinsokuSet
FindTransliteratePreference.kinsokuSet
InsertionPoint.kinsokuSet
Line.kinsokuSet
Paragraph.kinsokuSet
ParagraphStyle.kinsokuSet
Story.kinsokuSet
Text.kinsokuSet
TextColumn.kinsokuSet
TextDefault.kinsokuSet
TextStyleRange.kinsokuSet
Word.kinsokuSet
XmlStory.kinsokuSet
Used in:
KinsokuTable KinsokuTables.nextItem (obj: KinsokuTable)
KinsokuTable KinsokuTables.previousItem (obj: KinsokuTable)
Return
Array of KinsokuTable KinsokuTable.getElements ()
KinsokuTable KinsokuTables.[] (index: number)
KinsokuTable KinsokuTables.add (name: string[, withProperties: Object])
KinsokuTable KinsokuTables.anyItem ()
Array of KinsokuTable KinsokuTables.everyItem ()
KinsokuTable KinsokuTables.firstItem ()
KinsokuTable KinsokuTables.item (index: varies)
KinsokuTable KinsokuTables.itemByID (id: number)
KinsokuTable KinsokuTables.itemByName (name: string)
Array of KinsokuTable KinsokuTables.itemByRange (from: varies, to: varies)
KinsokuTable KinsokuTables.lastItem ()
KinsokuTable KinsokuTables.middleItem ()
KinsokuTable KinsokuTables.nextItem (obj: KinsokuTable)
KinsokuTable KinsokuTables.previousItem (obj: KinsokuTable)
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |