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

unscriptRange:

Removes the superscript attribute from the characters in aRange. aRangeの中の文字に対する上付き属性を取り除きます。

Declaration 宣言

- (void)unscriptRange:(NSRange)range;

Parameters パラメータ

aRange

The range of characters. 文字の範囲。

Discussion 議論

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

See Also 参照

Changing Attributes