libs-gui/Documentation/gsdoc/NSSpellChecker.html

138 lines
4.6 KiB
HTML
Raw Normal View History

<html><head>
<title>NSSpellChecker</title>
</head>
<body>
<a href ="NSSliderCell.html">[Previous]</a>
<a href ="Gui.html">[Up]</a>
<a href ="NSSpellServer.html">[Next]</a>
<h1>NSSpellChecker</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSSpellChecker</a></h2>
<h2><a name ="NSSpellChecker">NSSpellChecker</a></h2>
<p><b>Declared in: </b> Gui/NSSpellChecker.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSObject
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSSpellChecker.html#method-0">+sharedSpellChecker</a>
<li><a href ="NSSpellChecker.html#method-1">+sharedSpellCheckerExists</a>
<li><a href ="NSSpellChecker.html#method-2">+uniqueSpellDocumentTag</a>
<li><a href ="NSSpellChecker.html#method-3">-accessoryView</a>
<li><a href ="NSSpellChecker.html#method-4">-checkSpellingOfString:</a>
<li><a href ="NSSpellChecker.html#method-5">-checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:</a>
<li><a href ="NSSpellChecker.html#method-6">-closeSpellDocumentWithTag:</a>
<li><a href ="NSSpellChecker.html#method-7">-countWordsInString:</a>
<li><a href ="NSSpellChecker.html#method-8">-ignoreWord:inSpellDocumentWithTag:</a>
<li><a href ="NSSpellChecker.html#method-9">-ignoredWordsInSpellDocumentWithTag:</a>
<li><a href ="NSSpellChecker.html#method-10">-language</a>
<li><a href ="NSSpellChecker.html#method-11">-setAccessoryView:</a>
<li><a href ="NSSpellChecker.html#method-12">-setIgnoredWords:inSpellDocumentWithTag:</a>
<li><a href ="NSSpellChecker.html#method-13">-setLanguage:</a>
<li><a href ="NSSpellChecker.html#method-14">-setWordFieldStringValue:</a>
<li><a href ="NSSpellChecker.html#method-15">-spellingPanel</a>
<li><a href ="NSSpellChecker.html#method-16">-updateSpellingPanelWithMisspelledWord:</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">sharedSpellChecker</a></h3>
+ (NSSpellChecker*) <b>sharedSpellChecker</b>;<br>
<hr>
<h3><a name ="method-1">sharedSpellCheckerExists</a></h3>
+ (BOOL) <b>sharedSpellCheckerExists</b>;<br>
<hr>
<h3><a name ="method-2">uniqueSpellDocumentTag</a></h3>
+ (int) <b>uniqueSpellDocumentTag</b>;<br>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-3">accessoryView</a></h3>
- (NSView*) <b>accessoryView</b>;<br>
<hr>
<h3><a name ="method-4">checkSpellingOfString:</a></h3>
- (NSRange) <b>checkSpellingOfString:</b> (NSString*)stringToCheck;<br>
<hr>
<h3><a name ="method-5">checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:</a></h3>
- (NSRange) <b>checkSpellingOfString:</b> (NSString*)stringToCheck <b>startingAt:</b> (int)startingOffset <b>language:</b> (NSString*)language <b>wrap:</b> (BOOL)wrapFlag <b>inSpellDocumentWithTag:</b> (int)tag <b>wordCount:</b> (int*)wordCount;<br>
<hr>
<h3><a name ="method-6">closeSpellDocumentWithTag:</a></h3>
- (void) <b>closeSpellDocumentWithTag:</b> (int)tag;<br>
<hr>
<h3><a name ="method-7">countWordsInString:</a></h3>
- (int) <b>countWordsInString:</b> (NSString*)stringToCount;<br>
<hr>
<h3><a name ="method-8">ignoreWord:inSpellDocumentWithTag:</a></h3>
- (void) <b>ignoreWord:</b> (NSString*)wordToIgnore <b>inSpellDocumentWithTag:</b> (int)tag;<br>
<hr>
<h3><a name ="method-9">ignoredWordsInSpellDocumentWithTag:</a></h3>
- (NSArray*) <b>ignoredWordsInSpellDocumentWithTag:</b> (int)tag;<br>
<hr>
<h3><a name ="method-10">language</a></h3>
- (NSString*) <b>language</b>;<br>
<hr>
<h3><a name ="method-11">setAccessoryView:</a></h3>
- (void) <b>setAccessoryView:</b> (NSView*)aView;<br>
<hr>
<h3><a name ="method-12">setIgnoredWords:inSpellDocumentWithTag:</a></h3>
- (void) <b>setIgnoredWords:</b> (NSArray*)someWords <b>inSpellDocumentWithTag:</b> (int)tag;<br>
<hr>
<h3><a name ="method-13">setLanguage:</a></h3>
- (BOOL) <b>setLanguage:</b> (NSString*)language;<br>
<hr>
<h3><a name ="method-14">setWordFieldStringValue:</a></h3>
- (void) <b>setWordFieldStringValue:</b> (NSString*)aString;<br>
<hr>
<h3><a name ="method-15">spellingPanel</a></h3>
- (NSPanel*) <b>spellingPanel</b>;<br>
<hr>
<h3><a name ="method-16">updateSpellingPanelWithMisspelledWord:</a></h3>
- (void) <b>updateSpellingPanelWithMisspelledWord:</b> (NSString*)word;<br>
<hr>
</body>
</html>