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

fixAttachmentAttribute(in:)

Cleans up attachment attributes in aRange, removing all attachment attributes assigned to characters other than NSAttachmentCharacter. aRangeの中の添付ファイル属性を掃除します、文字に割り当てられる全ての添付ファイル属性をNSAttachmentCharacterを除いて取り除きます。

Declaration 宣言

func fixAttachmentAttribute(in 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 参照

Fixing Attributes After Changes