Adobe InDesign CS (3.0) Object Model JS: HyphenationException

InDesign CS

Class

HyphenationException

 A hyphenation exceptions list.

QuickLinks

addException, removeException

Hierarchy

Document
HyphenationException

Properties

PropertyTypeAccessDescription
addedExceptions Array of string r/wA list of words added to the hyphenation exceptions list.
indexnumber readonlyThe index of the HyphenationException within its containing object.
namestring readonlyThe name of the HyphenationException.
parentDocument readonlyThe parent of the HyphenationException (a Document).
propertiesObject r/wA property that allows setting of several properties at the same time.
removedExceptions Array of string r/wA list of words removed from the hyphenation exceptions list.

Methods

Instances

void addException (addedExceptions: Array of string[, removedList: bool=false])
Adds the specified words to the hyphenation exceptions list.

ParameterTypeDescription
addedExceptions Array of stringThe list of words to add.
removedListboolIf true, adds the words to the removed exceptions list. If false or unspecified, adds the words to the added exceptions list. (Optional) (default: false)

void removeException (removedExceptions: Array of string[, removedList: bool=false])
Removes the specified words from the hyphenation exceptions list.

ParameterTypeDescription
removedExceptions Array of stringThe list of words to remove.
removedListboolIf true, removes the words from the removed exceptions list. If false or unspecified, adds the words to the added exceptions list. (Optional) (default: false)

Jongware, 27-Jun-2010 v3.0.3dContents :: Index