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
属性

注解

编辑后, NSMutableAttributedString可能会累积不一致。 例如,段落样式必须应用于整个段落,脚本可以分配给支持它们的字体,删除附件字符需要释放相应的附件对象。 此方法执行必要的清理。

适用于