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