Instance Method インスタンスメソッド

deleteCharactersInRange:

Deletes the characters in the given range along with their associated attributes. 与えられた範囲の中の文字をそれらの結び付けられた属性と一緒に削除します。

Declaration 宣言

- (void)deleteCharactersInRange:(NSRange)range;

Parameters パラメータ

aRange

A range specifying the characters to delete. 削除する文字を指定しているある範囲。

Discussion 議論

Raises an NSRangeException if any part of aRange lies beyond the end of the receiver’s characters. NSRangeExceptionを引き起こします、もしaRangeの何らかの部分がレシーバの持つ文字の終わりを越えているならば。

See Also 参照

Changing Characters

Related Documentation 関連文書