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

paragraphRange(for:)

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

Declaration 宣言

func paragraphRange(for range: NSRange) -> NSRange

Parameters パラメータ

aRange

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

Return Value 戻り値

The range of characters representing the paragraph or paragraphs containing aRange, including the paragraph termination characters. aRangeを含んでいる段落または複数の段落を表している文字の範囲、段落終端文字を含みます。

Discussion 議論

A paragraph is any segment of text delimited by a carriage return (U+000D), newline (U+000A), or paragraph separator (U+2029). 段落は、キャリッジリターン(U+000D)、または改行(U+000A)または段落分離子(U+2029)によって境界を定められるテキストのいくらかの分節です。

See Also 参照

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