MonobjcMonobjc Documented Class Library
NSTextCheckingType Enumeration
NamespacesMonobjc.FoundationNSTextCheckingType

These constants specify the type of checking the methods should do. They are returned by resultType.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTextCheckingType
Public Enumeration NSTextCheckingType
public enum class NSTextCheckingType
Members
MemberDescription
NSTextCheckingTypeOrthography

Attempts to identify the language

Available in Mac OS X v10.6 and later.


NSTextCheckingTypeSpelling

Checks spelling.

Available in Mac OS X v10.6 and later.


NSTextCheckingTypeGrammar

Checks grammar.

Available in Mac OS X v10.6 and later.


NSTextCheckingTypeDate

Attempts to locate dates.

Available in Mac OS X v10.6 and later.


NSTextCheckingTypeAddress

Attempts to locate addresses.

Available in Mac OS X v10.6 and later.


NSTextCheckingTypeLink

Attempts to locate URL links.

Available in Mac OS X v10.6 and later.


NSTextCheckingTypeQuote

Replaces quotes with smart quotes..

Available in Mac OS X v10.6 and later.


NSTextCheckingTypeDash

Replaces dashes with em-dashes.

Available in Mac OS X v10.6 and later.


NSTextCheckingTypeReplacement

Replaces characters such as (c) with the appropriate symbol (in this case ©).

Available in Mac OS X v10.6 and later.


NSTextCheckingTypeCorrection

Performs autocorrection on misspelled words.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)