Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSTextCheckingResultMBS class.
NSTextCheckingResultMBS.NSTextCheckingAllCustomTypes = &hffffffff00000000
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Checking types that can be used by clients.
NSTextCheckingResultMBS.NSTextCheckingAllSystemTypes = &hffffffff
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Checking types supported by the system. The first 32 types are reserved.
NSTextCheckingResultMBS.NSTextCheckingAllTypes = &hffffffffffffffff
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
All possible checking types, both system- and user-supported.
NSTextCheckingResultMBS.NSTextCheckingTypeAddress = 16
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Attempts to locate addresses.
NSTextCheckingResultMBS.NSTextCheckingTypeCorrection = 512
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Performs autocorrection on misspelled words.
NSTextCheckingResultMBS.NSTextCheckingTypeDash = 128
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Replaces dashes with em-dashes.
NSTextCheckingResultMBS.NSTextCheckingTypeDate = 8
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Attempts to locate dates.
NSTextCheckingResultMBS.NSTextCheckingTypeGrammar = 4
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Checks grammar.
NSTextCheckingResultMBS.NSTextCheckingTypeLink = 32
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Attempts to locate URL links or emails.
NSTextCheckingResultMBS.NSTextCheckingTypeOrthography = 1
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Attempts to identify the language
NSTextCheckingResultMBS.NSTextCheckingTypePhoneNumber = 2048
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Matches a phone number.
NSTextCheckingResultMBS.NSTextCheckingTypeQuote = 64
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Replaces quotes with smart quotes.
NSTextCheckingResultMBS.NSTextCheckingTypeRegularExpression = 1024
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Matches a regular expression.
NSTextCheckingResultMBS.NSTextCheckingTypeReplacement = 256
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Replaces characters such as (c) with the appropriate symbol (in this case ©).
NSTextCheckingResultMBS.NSTextCheckingTypeSpelling = 2
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Checks spelling.
NSTextCheckingResultMBS.NSTextCheckingTypeTransitInformation = 4096
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Matches a transit information, for example, flight information.
The items on this page are in the following plugins: MBS MacCocoa Plugin.