Instance Method インスタンスメソッド

lineRangeForRange:

Returns the range of characters representing the line or lines containing a given range. 与えられた範囲を含んでいる行または複数行を表している文字の範囲を返します。

Declaration 宣言

- (NSRange)lineRangeForRange:(NSRange)range;

Parameters パラメータ

aRange

A range within the receiver. The value must not exceed the bounds of the receiver. レシーバ内のある範囲。値は、レシーバの境界を越えてはいけません。

Return Value 戻り値

The range of characters representing the line or lines containing aRange, including the line termination characters. See getLineStart:end:contentsEnd:forRange: for a discussion of line terminators. aRangeを含んでいる行または複数の行を表している文字の範囲、行終端文字を含みます。getLineStart:end:contentsEnd:forRange:を行終端子の議論のために見てください。

See Also 参照

Determining Line and Paragraph Ranges 行と段落範囲を特定する

Related Documentation 関連文書