public final class NSTextCheckingType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Address
address detection
|
static long |
Correction
autocorrection
|
static long |
Dash
smart dashes
|
static long |
Date
date/time detection
|
static long |
Grammar
grammar checking
|
static long |
Link
link detection
|
static long |
Orthography
language identification
|
static long |
PhoneNumber
phone number detection
|
static long |
Quote
smart quotes
|
static long |
RegularExpression
regular expression matches
|
static long |
Replacement
fixed replacements, such as copyright symbol for (c)
|
static long |
Spelling
spell checking
|
static long |
TransitInformation
transit (e.g.
|
public static final long Orthography
public static final long Spelling
public static final long Grammar
public static final long Date
public static final long Address
public static final long Link
public static final long Quote
public static final long Dash
public static final long Replacement
public static final long Correction
public static final long RegularExpression
public static final long PhoneNumber
public static final long TransitInformation