HyphenationExceptions
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
HyphenationException anyItem ()
Returns any HyphenationException in the collection.
number count ()
Displays the number of elements in the HyphenationException.
Array
of HyphenationException everyItem ()
Returns every HyphenationException in the collection.
HyphenationException firstItem ()
Returns the first HyphenationException in the collection.
HyphenationException item (index:
any)
Returns the HyphenationException with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long String | The index or name. Can accept: Long or String. |
HyphenationException itemByName (name:
string)
Returns the HyphenationException with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of HyphenationException itemByRange (from:
any, to:
any)
Returns the HyphenationExceptions within the specified range.
Parameter | Type | Description |
---|---|---|
from | HyphenationException Long String | The HyphenationException, index, or name at the beginning of the range. Can accept: HyphenationException, Long or String. |
to | HyphenationException Long String | The HyphenationException, index, or name at the end of the range. Can accept: HyphenationException, Long or String. |
HyphenationException lastItem ()
Returns the last HyphenationException in the collection.
HyphenationException middleItem ()
Returns the middle HyphenationException in the collection.
HyphenationException nextItem (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. |
HyphenationException previousItem (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
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |