NSTextStorageEditActions Enum

Definition

A flagging enumeration whose values are used by Text Kit to specify whether actions pertain to attributes, characters, or both.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum NSTextStorageEditActions
type NSTextStorageEditActions = 
Inheritance
NSTextStorageEditActions
Attributes

Fields

Attributes 1

Attributes were modified.

Characters 2

Characters were modified.

Applies to