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

superscriptRange:

Increments the value of the superscript attribute for characters in aRange by 1. aRangeの中の文字に対する上付き属性の値を1だけ漸増します。

Declaration 宣言

- (void)superscriptRange:(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