func doubleClick (at: Int) -> NSRange
func lineBreak (before: Int, within: NSRange) -> Int
func lineBreakByHyphenating (before: Int, within: NSRange) -> Int
Availability 有効性
Technology
index
The index in the attribute string. 属性付き文字列の中のインデックス。
flag
true
if the search should be forward, otherwise false
.
true
、もし検索が前方へであるならば、そうでなければfalse
。
true
if this is the first character after index
that begins a word; if flag
is false
, it’s the first character before index
that begins a word, whether index
is located within a word or not.
true
、もしこれがindex
の後の、ある単語の始まりの最初の文字であるならば;もしflag
がfalse
ならば、それは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 range
if index
lies beyond the end of the receiver’s characters.
range
を引き起こします、もしindex
がレシーバの持つ文字の終わりを越えて横たわるならば。
func doubleClick (at: Int) -> NSRange
func lineBreak (before: Int, within: NSRange) -> Int
func lineBreakByHyphenating (before: Int, within: NSRange) -> Int