func doubleClick (at: Int) -> NSRange
func lineBreak (before: Int, within: NSRange) -> Int
func nextWord (from: Int, forward: Bool) -> Int
Availability 有効性
Technology
location
The location in the attributed string. 属性付き文字列の中のこの場所。
aRange
The range. その範囲。
Returns the index of the closest character before index
within a
, that can be placed on a new line by hyphenating. Returns NSNot
if no line break by hyphenation is possible before index
.
NSNot
を、改行がハイフネーションによってindex
の前で可能でないならば返します。
In other words, during text layout, finds the appropriate line break by hyphenation (the character index at which the hyphen glyph should be inserted) when the character at index
won’t fit on the same line as the character at the beginning of a
.
言い換えれば、テキストレイアウトの間に、ハイフンでつなぐことによる適切な改行(それでハイフングリフが挿入されるべき文字インデックス)を、index
での文字がa
の始まりでの文字と同じ行に収まらない場合に、見つけます。
Raises an range
if index
or any part of a
lies beyond the end of the receiver’s characters.
range
を引き起こします、もしindex
またはa
の何らかの部分がレシーバの持つ文字の終わりを越えて横たわるならば。
func doubleClick (at: Int) -> NSRange
func lineBreak (before: Int, within: NSRange) -> Int
func nextWord (from: Int, forward: Bool) -> Int