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

rangeOfTextList:atIndex:

Returns the range of the specified text list that contains the specified location. 指定された位置を含んでいる、指定されたテキスト箇条書きの範囲を返します。

Declaration 宣言

- (NSRange)rangeOfTextList:(NSTextList *)list 
                   atIndex:(NSUInteger)location;

Parameters パラメータ

list

The text list. テキストのリスト。

location

The location in the text list. テキストのリストの中の位置。

Return Value 戻り値

The range of the given text list containing the location. この位置を含んでいる、与えられたテキストリストの範囲。

See Also 参照

Calculating Ranges 範囲を計算する