次の方法で共有


NSMutableAttributedStringKitAdditions.FixAttributesInRange メソッド

定義

多くの編集に蓄積される可能性のある不整合をクリーンアップします。

[Foundation.Export("fixAttributesInRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void FixAttributesInRange (this Foundation.NSMutableAttributedString This, Foundation.NSRange range);
static member FixAttributesInRange : Foundation.NSMutableAttributedString * Foundation.NSRange -> unit

パラメーター

This
NSMutableAttributedString

このメソッドが動作するインスタンス。

range
NSRange
属性

注釈

編集後、 NSMutableAttributedStrings は不整合を蓄積する可能性があります。 たとえば、段落スタイルは段落全体に適用する必要があり、スクリプトはそれらをサポートするフォントに割り当てられ、添付ファイルの文字を削除するには、対応する添付オブジェクトを解放する必要があります。 このメソッドは、必要なクリーンアップを実行します。

適用対象