[Previous]
[Up]
[Next]
NSSpellChecker
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSSpellChecker.h
Inherits from: NSObject
Conforms to: NSObject
+ (NSSpellChecker*) sharedSpellChecker
+ (BOOL) sharedSpellCheckerExists
+ (int) uniqueSpellDocumentTag
- (NSView*) accessoryView
- (NSRange) checkSpellingOfString: (NSString*)stringToCheck
- (NSRange) checkSpellingOfString: (NSString*)stringToCheck startingAt: (int)startingOffset language: (NSString*)language wrap: (BOOL)wrapFlag inSpellDocumentWithTag: (int)tag wordCount: (int*)wordCount
- (void) closeSpellDocumentWithTag: (int)tag
- (int) countWordsInString: (NSString*)stringToCount
- (void) ignoreWord: (NSString*)wordToIgnore inSpellDocumentWithTag: (int)tag
- (NSArray*) ignoredWordsInSpellDocumentWithTag: (int)tag
- (NSString*) language
- (void) setAccessoryView: (NSView*)aView
- (void) setIgnoredWords: (NSArray*)someWords inSpellDocumentWithTag: (int)tag
- (BOOL) setLanguage: (NSString*)language
- (void) setWordFieldStringValue: (NSString*)aString
- (NSPanel*) spellingPanel
- (void) updateSpellingPanelWithMisspelledWord: (NSString*)word