Contents

NSSpellChecker

An interface to the Cocoa spell-checking service.

Declaration

class NSSpellChecker

Overview

To handle all its spell checking, an app needs only one instance of NSSpellChecker, known as the spell checker. Using the spell checker you manage the Spelling panel, in which the user can specify decisions about words that are suspect. The spell checker also offers the ability to provide word completions to augment the text completion system.

Topics

Getting the Spell Checker

Configuring Spell Checkers Languages

Managing Panels

Checking Strings for Spelling and Grammar

Managing the Spell-Checking Process

Data Detector Interaction

Automatic Spelling Correction

Notifications

Type Properties

Instance Methods

See Also

Spell-checking