- appendAttributedString:
Adds the characters and attributes of a given attributed string to the end of the receiver.
与えられた属性付き文字列の文字と属性をレシーバの終わりに加えます。
- insertAttributedString:atIndex:
Inserts the characters and attributes of the given attributed string into the receiver at the given index.
与えられた属性付き文字列の文字と属性をレシーバへとこの与えられたインデックスで加えます。
- replaceCharactersInRange:withAttributedString:
Replaces the characters and attributes in a given range with the characters and attributes of the given attributed string.
ある与えられた範囲の中の文字と属性をこの与えられた属性付き文字列の文字と属性で置き換えます。
- setAttributedString:
Replaces the receiver’s entire contents with the characters and attributes of the given attributed string.
レシーバの全内容をこの与えられた属性付き文字列の文字と属性で置き換えます。