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

unscriptRange(_:)

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

Declaration 宣言

func unscriptRange(_ 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