Instance Method
インスタンスメソッド
replaceCharactersInRange:withAttributedString:
Replaces the characters and attributes in a given range with the characters and attributes of the given attributed string.
ある与えられた範囲の中の文字と属性をこの与えられた属性付き文字列の文字と属性で置き換えます。
Parameters
パラメータ
aRange
The range of characters and attributes replaced.
置き換えられる文字と属性の範囲。
attributedString
The attributed string whose characters and attributes replace those in the specified range.
この属性付き文字列の文字と属性を、この指定された範囲の中のそれらと置き換えます。
Discussion
議論
Raises an NSRangeException
if any part of aRange
lies beyond the end of the receiver’s characters.
NSRangeException
を引き起こします、もしaRange
の何らかの部分がレシーバの持つ文字の終わりを越えているならば。
See Also
参照
Changing Characters and Attributes
- 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.
与えられた属性付き文字列の文字と属性をレシーバへとこの与えられたインデックスで加えます。
- setAttributedString:
Replaces the receiver’s entire contents with the characters and attributes of the given attributed string.
レシーバの全内容をこの与えられた属性付き文字列の文字と属性で置き換えます。