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.
指定された位置を含んでいる、指定されたテキスト箇条書きの範囲を返します。
func range(of: NSTextTable, at: Int) -> NSRange
Returns the range of the specified text table that contains the specified location.
指定された位置を含んでいる、指定されたテキスト表の範囲を返します。