A collection of hyphenation exceptions lists.
Methods
HyphenationExceptionanyItem ()
Returns any HyphenationException in the collection.
number count ()
Displays the number of elements in the HyphenationException.
Array of HyphenationExceptioneveryItem ()
Returns every HyphenationException in the collection.
HyphenationExceptionfirstItem ()
Returns the first HyphenationException in the collection.
HyphenationExceptionitem (index:
any)
Returns the HyphenationException with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
HyphenationExceptionitemByName (name:
string)
Returns the HyphenationException with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of HyphenationExceptionitemByRange (from:
any, to:
any)
Returns the HyphenationExceptions within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | HyphenationException Long Integer String |
The HyphenationException, index, or name at the beginning of the range. Can accept: HyphenationException, Long Integer or String. |
| to | HyphenationException Long Integer String |
The HyphenationException, index, or name at the end of the range. Can accept: HyphenationException, Long Integer or String. |
HyphenationExceptionlastItem ()
Returns the last HyphenationException in the collection.
HyphenationExceptionmiddleItem ()
Returns the middle HyphenationException in the collection.
HyphenationExceptionnextItem (obj:
HyphenationException)
Returns the HyphenationException whose index follows the specified HyphenationException in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | HyphenationException | The HyphenationException whose index comes before the desired HyphenationException. |
HyphenationExceptionpreviousItem (obj:
HyphenationException)
Returns the HyphenationException with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | HyphenationException | The index of the HyphenationException that follows the desired HyphenationException. |
string toSource ()
Generates a string which, if executed, will return the HyphenationException.
Element of:
Document.hyphenationExceptions