func append(NSAttributedString)
Adds the characters and attributes of a given attributed string to the end of the receiver.
与えられた属性付き文字列の文字と属性をレシーバの終わりに加えます。
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.
レシーバの全内容をこの与えられた属性付き文字列の文字と属性で置き換えます。