func itemNumber (in: NSTextList, at: Int) -> Int
Returns the index of the item at the specified location within the list.
リスト内の指定された位置での項目のインデックスを返します。
func range(of: NSTextBlock, at: Int) -> NSRange
Returns the range of the individual text block that contains the specified location.
指定された位置を含んでいる単一のテキストブロックの範囲を返します。
func range(of: NSTextList, at: Int) -> NSRange
Returns the range of the specified text list that contains the specified location.
指定された位置を含んでいる、指定されたテキスト箇条書きの範囲を返します。