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