HyphenationException(ハイフンの例外単語)のコレクション
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| length | ○ | 数値 | オブジェクト数 |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| anyItem() | HyphenationException | どれかのオブジェクトを返す | |||
| count() | 数値 | 要素数を返す | |||
| everyItem() | HyphenationException (Array) | 全てのオブジェクトを返す | |||
| firstItem() | HyphenationException | 最初のオブジェクトを返す | |||
| item(index) | HyphenationException | インデックスまたは名前で指定したオブジェクトを返す | |||
| index | 数値, 文字列値 | インデックスまたは名前 | |||
| itemByName(name) | HyphenationException | 名前で指定したオブジェクトを返す | |||
| name | 文字列値 | ||||
| itemByRange(from, to) | HyphenationException (Array) | 範囲で指定したオブジェクトを返す | |||
| from | HyphenationException, 数値, 文字列値 | 範囲の開始 | |||
| to | HyphenationException, 数値, 文字列値 | 範囲の終了 | |||
| lastItem() | HyphenationException | 最後のオブジェクトを返す | |||
| middleItem() | HyphenationException | 真ん中のオブジェクトを返す | |||
| nextItem(obj) | HyphenationException | 一つ後のオブジェクトを返す | |||
| obj | HyphenationException | 位置の基準になるオブジェクト | |||
| previousItem(obj) | HyphenationException | 一つ前のオブジェクトを返す | |||
| obj | HyphenationException | 位置の基準になるオブジェクト | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
ハイフンの例外単語
| Ver. | プロパティ | R/O | 値 |
|---|---|---|---|
| parent | ○ | Document | |
| eventListeners | ○ | EventListeners | |
| events | ○ | Events | |
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| addedExceptions | Array( 文字列値 ) | A list of words added to the hyphenation exceptions list. | ||
| index | ○ | 数値 | インデックス | |
| isValid | ○ | 真偽値 | オブジェクトが有効かどうか | |
| name | ○ | 文字列値 | オブジェクトの名前 | |
| properties | Object | |||
| removedExceptions | Array( 文字列値 ) | A list of words removed from the hyphenation exceptions list. |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| addException(addedExceptions, [removedList]) | なし | 例外を追加 | |||
| addedExceptions | Array( 文字列値 ) | 単語リスト | |||
| [removedList] | 真偽値 | If true, adds the words to the removed exceptions list. If false or unspecified, adds the words to the added exceptions list. (既定値=false) | |||
| getElements() | Array( HyphenationException ) | オブジェクト参照を返す | |||
| removeEventListener(eventType, handler, [captures]) | 真偽値 | EventListenerを削除 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| removeException(removedExceptions, [removedList]) | なし | Removes the specified words from the hyphenation exceptions list. | |||
| removedExceptions | Array( 文字列値 ) | 削除する単語 | |||
| [removedList] | 真偽値 | If true, removes the words from the removed exceptions list. If false or unspecified, adds the words to the added exceptions list. (既定値=false) | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
| toSpecifier() | 文字列値 | Retrieves the object specifier. | |||