Partager via


NSMutableAttributedStringKitAdditions.FixAttributesInRange Méthode

Définition

Nettoie les incohérences qui peuvent s’accumuler sur de nombreuses modifications.

[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

Paramètres

This
NSMutableAttributedString

Instance sur laquelle cette méthode fonctionne.

range
NSRange
Attributs

Remarques

Après les modifications, NSMutableAttributedStrings peut accumuler des incohérences. Par exemple, les styles de paragraphe doivent s’appliquer à des paragraphes entiers, des scripts peuvent être affectés à des polices qui les prennent en charge, et la suppression des caractères de pièce jointe nécessite la libération des objets de pièce jointe correspondants. Cette méthode effectue le nettoyage nécessaire.

S’applique à