A hyphenation exceptions list.
Go to Property Listing | Method Listing
addException, getElements, removeException, toSource, toSpecifier
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
A list of words added to the hyphenation exceptions list. |
||
|
readonly |
The index of the HyphenationException within its containing object. |
||
|
readonly |
The name of the HyphenationException. |
||
|
readonly |
The parent of the HyphenationException (a Document). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
A list of words removed from the hyphenation exceptions list. |
undefined addException (addedExceptions:Array of String, [removedList:Boolean=Boolean])
Adds the specified words to the hyphenation exceptions list.
|
Parameter |
Type |
Description |
|---|---|---|
|
addedExceptions |
The list of words to add. |
|
|
removedList |
If true, adds the words to the removed exceptions list. If false or unspecified, adds the words to the added exceptions list. (Optional) (default: false) |
Object getElements ()
Resolves the object specifier, creating an array of object references.
undefined removeException (removedExceptions:Array of String, [removedList:Boolean=Boolean])
Removes the specified words from the hyphenation exceptions list.
|
Parameter |
Type |
Description |
|---|---|---|
|
removedExceptions |
The list of words to remove. |
|
|
removedList |
If true, removes the words from the removed exceptions list. If false or unspecified, adds the words to the added exceptions list. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the HyphenationException.
String toSpecifier ()
Retrieves the object specifier.