Instance Method
インスタンスメソッド
insertAttributedString:atIndex:
Inserts the characters and attributes of the given attributed string into the receiver at the given index.
与えられた属性付き文字列の文字と属性をレシーバへとこの与えられたインデックスで加えます。
Parameters
パラメータ
attributedString
The string whose characters and attributes are inserted.
この文字列のもつ文字と属性が挿入されます。
index
The index at which the characters and attributes are inserted.
このインデックスで文字と属性が挿入されます。
Discussion
議論
The new characters and attributes begin at the given index and the existing characters and attributes from the index to the end of the receiver are shifted by the length of the attributed string. Raises an NSRangeException
if index
lies beyond the end of the receiver’s characters.
その新しい文字と属性は、この与えられたインデックスで始まります、そしてそのインデックスからレシーバの終わりまでの既存の文字と属性は、その属性付き文字列の長さだけ移されます。NSRangeException
を引き起こします、もしindex
がレシーバの持つ文字の終わりを越えて横たわるならば。
See Also
参照
Changing Characters and Attributes
- appendAttributedString:
Adds the characters and attributes of a given attributed string to the end of the receiver.
与えられた属性付き文字列の文字と属性をレシーバの終わりに加えます。
- setAttributedString:
Replaces the receiver’s entire contents with the characters and attributes of the given attributed string.
レシーバの全内容をこの与えられた属性付き文字列の文字と属性で置き換えます。