func insert(NSAttributedString, at: Int)
Inserts the characters and attributes of the given attributed string into the receiver at the given index.
与えられた属性付き文字列の文字と属性をレシーバへとこの与えられたインデックスで加えます。
func replaceCharacters (in: NSRange, with: NSAttributedString)
Replaces the characters and attributes in a given range with the characters and attributes of the given attributed string.
ある与えられた範囲の中の文字と属性をこの与えられた属性付き文字列の文字と属性で置き換えます。
func setAttributedString (NSAttributedString)
Replaces the receiver’s entire contents with the characters and attributes of the given attributed string.
レシーバの全内容をこの与えられた属性付き文字列の文字と属性で置き換えます。