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