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

subscriptRange(_:)

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

Declaration 宣言

func subscriptRange(_ range: NSRange)

Parameters パラメータ

aRange

The range of characters. 文字の範囲。

Discussion 議論

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

See Also 参照

Changing Attributes