HyphenationExceptions

A collection of hyphenation exceptions lists.

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

HyphenationException [] (index:Number)

Returns the HyphenationException with the specified index.

Parameter

Type

Description

index

Number

The index.

HyphenationException anyItem ()

Returns any HyphenationException in the collection.

Number count ()

Displays the number of elements in the HyphenationException.

HyphenationException everyItem ()

Returns every HyphenationException in the collection.

HyphenationException firstItem ()

Returns the first HyphenationException in the collection.

HyphenationException item (index:Varies LongInteger String)

Returns the HyphenationException with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

HyphenationException itemByName (name:String)

Returns the HyphenationException with the specified name.

Parameter

Type

Description

name

String

The name.

HyphenationException itemByRange (from:Varies HyphenationException LongInteger String, to:Varies HyphenationException LongInteger String)

Returns the HyphenationExceptions within the specified range.

Parameter

Type

Description

from

HyphenationException

LongInteger

String

The HyphenationException, index, or name at the beginning of the range. Can accept: HyphenationException, Long Integer or String.

to

HyphenationException

LongInteger

String

The HyphenationException, index, or name at the end of the range. Can accept: HyphenationException, Long Integer 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.

Object of

Document.hyphenationExceptions