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

adjustingRanges(offset:)

Returns a new text checking result after adjusting the ranges as specified by the offset. 新しいテキスト検査結果をこのオフセットによって範囲を指定された通りに調節した後に返します。

Declaration 宣言

func adjustingRanges(offset: Int) -> NSTextCheckingResult

Parameters パラメータ

offset

The amount the ranges are adjusted. 範囲が調整される量。

Return Value 戻り値

A new NSTextCheckingResult instance with the adjusted range or ranges. 調節された範囲または複数の範囲を持つ、新しいNSTextCheckingResultインスタンス。