Instance Method インスタンスメソッド

doubleClickAtIndex:

Returns the range of characters that form a word (or other linguistic unit) surrounding the specified index, taking language characteristics into account. 指定されたインデックスの周囲のある単語(または他の言語学的単位)を形成する文字の範囲を返します、言語的特徴を考慮します。

Declaration 宣言

- (NSRange)doubleClickAtIndex:(NSUInteger)location;

Parameters パラメータ

index

The index in the attributed string. 属性付き文字列の中のインデックス。

Return Value 戻り値

Returns the range of characters that form a word (or other linguistic unit) surrounding the given index, taking language characteristics into account. 与えられたインデックスの周囲のある単語(または他の言語学的単位)を形成する文字の範囲を返します、言語的特徴を考慮します。

Discussion 議論

Raises an NSRangeException if index lies beyond the end of the receiver’s characters. NSRangeExceptionを引き起こします、もしindexがレシーバの持つ文字の終わりを越えて横たわるならば。

See Also 参照

Calculating Linguistic Units 言語学的単位を計算する