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

range(of:at:)

Returns the range of the individual text block that contains the specified location. 指定された位置を含んでいる単一のテキストブロックの範囲を返します。

Declaration 宣言

func range(of block: NSTextBlock, 
        at location: Int) -> NSRange

Parameters パラメータ

block

The text block. テキストブロック。

location

The location in the text block. テキストブロックの中の位置。

Return Value 戻り値

The range of the text block containing the location. テキストブロックの範囲で、その位置を含んでいます。

See Also 参照

Calculating Ranges 範囲を計算する