func getLineStart (UnsafeMutablePointer<Int>?, end: UnsafeMutablePointer<Int>?, contentsEnd : UnsafeMutablePointer<Int>?, for: NSRange)
Returns by reference the beginning of the first line and the end of the last line touched by the given range.
与えられた範囲による最初の行の始まりと到達される最後の行の終わりを参照渡しによって返します。
func lineRange (for: NSRange) -> NSRange
Returns the range of characters representing the line or lines containing a given range.
与えられた範囲を含んでいる行または複数行を表している文字の範囲を返します。
func getParagraphStart (UnsafeMutablePointer<Int>?, end: UnsafeMutablePointer<Int>?, contentsEnd : UnsafeMutablePointer<Int>?, for: NSRange)
Returns by reference the beginning of the first paragraph and the end of the last paragraph touched by the given range.
与えられた範囲による最初の段落の始まりと到達される最後の段落の終わりを参照渡しによって返します。