- doubleClickAtIndex:
- lineBreakBeforeIndex:withinRange:
- lineBreakByHyphenatingBeforeIndex:withinRange:
Availability 有効性
Technology
- (NSUInteger
)nextWordFromIndex:(NSUInteger
)location
forward:(BOOL)isForward;
index
The index in the attribute string. 属性付き文字列の中のインデックス。
flag
YES
if the search should be forward, otherwise NO
.
YES
、もし検索が前方へであるならば、そうでなければNO
。
YES
if this is the first character after index
that begins a word; if flag
is NO
, it’s the first character before index
that begins a word, whether index
is located within a word or not.
YES
、もしこれがindex
の後の、ある単語の始まりの最初の文字であるならば;もしflag
がNO
ならば、それはindex
の前の、ある単語の始まりの最初の文字です、index
がある単語内に位置しようとなかろうと。
If index
lies at either end of the string and the search direction would progress past that end, it’s returned unchanged.
index
が文字列のどちらかの端にかかる、そして検索方向がその端を過ぎて進むならば、それは変化なしで返されます。
This method is intended for moving the insertion point during editing, not for linguistic analysis or parsing of text. このメソッドは、編集の間に挿入点を移動するために作られています、言語の分析またはテキストの構文解析のためにではなく。
Raises an NSRange
if index
lies beyond the end of the receiver’s characters.
NSRange
を引き起こします、もしindex
がレシーバの持つ文字の終わりを越えて横たわるならば。
- doubleClickAtIndex:
- lineBreakBeforeIndex:withinRange:
- lineBreakByHyphenatingBeforeIndex:withinRange: