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 setAttributedString (NSAttributedString)
Replaces the receiver’s entire contents with the characters and attributes of the given attributed string.
レシーバの全内容をこの与えられた属性付き文字列の文字と属性で置き換えます。