Classes

NSActionCell
NSAlert
NSApplication
NSArrayController
NSBezierPath
NSBitmapImageRep
NSBox
NSBrowser
NSBrowserCell
NSButton
NSButtonCell
NSCachedImageRep
NSCell
NSClipView
NSCollectionView
NSCollectionViewItem
NSColor
NSColorList
NSColorPanel
NSColorPicker
NSColorWell
NSComboBox
NSComboBoxCell
NSControl
NSController
NSCursor
NSCustomImageRep
NSDataLink
NSDataLinkManager
NSDataLinkPanel
NSDatePicker
NSDatePickerCell
NSDocument
NSDocumentController
NSDrawer
NSDrawerDelegate
NSEPSImageRep
NSEvent
NSFont
NSFontDescriptor
NSFontManager
NSFontPanel
NSForm
NSFormCell
NSGraphicsContext
NSHelpManager
NSHelpPanel
NSImage
NSImageCell
NSImageRep
NSImageView
NSInputServer
NSMatrix
NSMenu
NSMenuItem
NSMenuItemCell
NSMenuView
NSMovie
NSMovieView
NSMutableParagraphStyle
NSNib
NSObjectController
NSOpenGLContext
NSOpenGLPixelFormat
NSOpenGLView
NSOpenPanel
NSOutlineView
NSPageLayout
NSPanel
NSParagraphStyle
NSPasteboard
NSPasteboardItem
NSPopUpButton
NSPopUpButtonCell
NSPredicateEditor
NSPredicateEditorRowTemplate
NSPrintInfo
NSPrintOperation
NSPrintPanel
NSPrinter
NSProgressIndicator
NSResponder
NSRuleEditor
NSRulerMarker
NSSavePanel
NSScreen
NSScrollView
NSScroller
NSSecureTextField
NSSecureTextFieldCell
NSSelection
NSSharingService
NSSharingServicePicker
NSSlider
NSSliderCell
NSSound
NSSpeechSynthesizer
NSSpellChecker
NSSplitView
NSStepper
NSStepperCell
NSTabView
NSTabViewItem
NSTableColumn
NSTableHeaderCell
NSTableHeaderView
NSTableView
NSText
NSTextAttachment
NSTextAttachmentCell
NSTextContainer
NSTextField
NSTextFieldCell
NSTextStorage
NSTextTab
NSTextView
NSTokenField
NSTokenFieldCell
NSUserDefaultsController
NSView
NSWindow
NSWindowController
NSWorkspace

Protocols

<GSImageDelegateProtocol>
<NSAlertDelegate>
<NSApplicationDelegate>
<NSBrowserDelegate>
<NSCollectionViewDataSource>
<NSCollectionViewDelegate>
<NSCollectionViewElement>
<NSCollectionViewPrefetching>
<NSComboBoxCellDataSource>
<NSComboBoxDataSource>
<NSComboBoxDelegate>
<NSControlTextEditingDelegate>
<NSInputServerMouseTracker>
<NSInputServiceProvider>
<NSMatrixDelegate>
<NSMenuDelegate>
<NSMenuItem>
<NSMenuValidation>
<NSMenuView>
<NSOpenSavePanelDelegate>
<NSOutlineViewDataSource>
<NSOutlineViewDelegate>
<NSPasteboardItemDataProvider>
<NSPasteboardReading>
<NSPasteboardWriting>
<NSPrintPanelAccessorizing>
<NSRuleEditorDelegate>
<NSSharingServiceDelegate>
<NSSharingServicePickerDelegate>
<NSSpeechSynthesizerDelegate>
<NSSplitViewDelegate>
<NSTabViewDelegate>
<NSTableViewDataSource>
<NSTableViewDelegate>
<NSTextAttachmentCell>
<NSTextFieldDelegate>
<NSTextViewDelegate>
<NSWindowDelegate>
(NSAlertDelegate)
(NSApplicationDelegate)
(NSBrowserDelegate)
(NSComboBoxCellDataSource)
(NSControlDelegate)
(NSControlTextEditingDelegate)
(NSDataLinkManagerDelegate)
(NSDataPickerCellDelegate)
(NSEditor)
(NSEditorRegistration)
(NSFontManagerDelegate)
(NSFontPanelValidation)
(NSMenuActionResponder)
(NSMenuDelegate)
(NSOpenSavePanelDelegate)
(NSPasteboardItemDataProvider)
(NSPasteboardOwner)
(NSPasteboardReading)
(NSPasteboardWriting)
(NSPlaceholder)
(NSSavePanelDelegate)
(NSServicesRequests)
(NSSoundDelegate)
(NSSpeechSynthesizerDelegate)
(NSSplitViewDelegate)
(NSTableDataSource)
(NSTableViewDelegate)
(NSTextDelegate)
(NSTextStorageDelegate)
(NSTextViewDelegate)
(NSWindowDelegate)
(NSWindowDelegateAdditions)

Constants

Functions

Macros

Types

Variables

Up

NSSpellChecker

Authors

Gregory John Casamento (greg_casamento@yahoo.com)
Scott Christley (scottc@net-community.com)

Date: Generated at 2025-07-12 14:18:56 +0000

Class to provide the graphical interface to the spell checking service.

Copyright: (C) 2001, 1996 Free Software Foundation, Inc.

Software documentation for the NSSpellChecker class

NSSpellChecker : NSObject

Declared in:
AppKit/NSSpellChecker.h
Availability: OpenStep

Description forthcoming.

Method summary


isAutomaticDashSubstitutionEnabled 

+ (BOOL) isAutomaticDashSubstitutionEnabled;
Availability: OpenStep

Description forthcoming.

isAutomaticQuoteSubstitutionEnabled 

+ (BOOL) isAutomaticQuoteSubstitutionEnabled;
Availability: OpenStep

Description forthcoming.

isAutomaticTextReplacementEnabled 

+ (BOOL) isAutomaticTextReplacementEnabled;
Availability: OpenStep

Description forthcoming.

sharedSpellChecker 

+ (NSSpellChecker*) sharedSpellChecker;
Availability: OpenStep

Description forthcoming.

sharedSpellCheckerExists 

+ (BOOL) sharedSpellCheckerExists;
Availability: OpenStep

Description forthcoming.

uniqueSpellDocumentTag 

+ (int) uniqueSpellDocumentTag;
Availability: OpenStep

Description forthcoming.

accessoryView 

- (NSView*) accessoryView;
Availability: OpenStep

Description forthcoming.

checkGrammarOfString: startingAt: language: wrap: inSpellDocumentWithTag: details: 

- (NSRange) checkGrammarOfString: (NSString*)stringToCheck startingAt: (NSInteger)startingOffset language: (NSString*)language wrap: (BOOL)wrapFlag inSpellDocumentWithTag: (NSInteger)tag details: (NSArray**)details;
Availability: MacOS-X 10.5.0

Description forthcoming.

checkSpellingOfString: startingAt: 

- (NSRange) checkSpellingOfString: (NSString*)stringToCheck startingAt: (int)startingOffset;
Availability: OpenStep

Description forthcoming.

checkSpellingOfString: startingAt: language: wrap: inSpellDocumentWithTag: wordCount: 

- (NSRange) checkSpellingOfString: (NSString*)stringToCheck startingAt: (int)startingOffset language: (NSString*)language wrap: (BOOL)wrapFlag inSpellDocumentWithTag: (int)tag wordCount: (int*)wordCount;
Availability: OpenStep

Description forthcoming.

closeSpellDocumentWithTag: 

- (void) closeSpellDocumentWithTag: (int)tag;
Availability: OpenStep

Description forthcoming.

countWordsInString: language: 

- (int) countWordsInString: (NSString*)aString language: (NSString*)language;
Availability: OpenStep

Description forthcoming.

guessesForWord: 

- (NSArray*) guessesForWord: (NSString*)word;
Availability: OpenStep

Description forthcoming.

ignoreWord: inSpellDocumentWithTag: 

- (void) ignoreWord: (NSString*)wordToIgnore inSpellDocumentWithTag: (int)tag;
Availability: OpenStep

Description forthcoming.

ignoredWordsInSpellDocumentWithTag: 

- (NSArray*) ignoredWordsInSpellDocumentWithTag: (int)tag;
Availability: OpenStep

Description forthcoming.

language 

- (NSString*) language;
Availability: OpenStep

Description forthcoming.

setAccessoryView: 

- (void) setAccessoryView: (NSView*)aView;
Availability: OpenStep

Description forthcoming.

setIgnoredWords: inSpellDocumentWithTag: 

- (void) setIgnoredWords: (NSArray*)someWords inSpellDocumentWithTag: (int)tag;
Availability: OpenStep

Description forthcoming.

setLanguage: 

- (BOOL) setLanguage: (NSString*)aLanguage;
Availability: OpenStep

Description forthcoming.

setWordFieldStringValue: 

- (void) setWordFieldStringValue: (NSString*)aString;
Availability: OpenStep

Description forthcoming.

spellingPanel 

- (NSPanel*) spellingPanel;
Availability: OpenStep

Description forthcoming.

updateSpellingPanelWithMisspelledWord: 

- (void) updateSpellingPanelWithMisspelledWord: (NSString*)word;
Availability: OpenStep

Description forthcoming.


Up