libs-gui/Documentation/gsdoc/NSSpellChecker.html
Adam Fedor 8cd9572170 Version 0.7.9
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14167 72102866-910b-0410-8b05-ffd578937521
2002-07-17 14:06:33 +00:00

231 lines
9.6 KiB
HTML

<html>
<head>
<title>NSSpellChecker</title>
</head>
<body>
<a href="Gui.html">Up</a>
<br />
<h1><a name="title$NSSpellChecker">NSSpellChecker</a></h1>
<h3>Authors</h3>
<dl>
<dt>Gregory John Casamento(<a href="mailto:borgheron@yahoo.com"><code>
borgheron@yahoo.com
</code></a>)</dt>
<dd>
</dd>
<dt>Scott Christley(<a href="mailto:scottc@net-community.com"><code>
scottc@net-community.com
</code></a>)</dt>
<dd>
</dd>
</dl>
<blockquote>
Class to provide the graphical interface to the spell
checking service.
</blockquote>
<p><b>Copyright:</b> (C) 2001, 1996 Free Software Foundation, Inc.</p>
<div>
<hr width="50%" align="left" />
<h3>Contents -</h3>
<ol>
<li>
<a href="#001000000000">Software documentation for the NSSpellChecker class</a>
</li>
</ol>
<hr width="50%" align="left" />
</div>
<h1><a name="001000000000">
Software documentation for the NSSpellChecker class
</a></h1>
<h2><a name="class$NSSpellChecker">NSSpellChecker</a> : NSObject</h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSSpellChecker.h</dd>
</dl>
</blockquote>
<blockquote>
<b>Standards:</b>
<ul>
<li>MacOS-X</li>
<li>OpenStep</li>
<li>GNUstep</li>
</ul>
</blockquote>
<p>
<em>Description forthcoming.</em>
</p>
<b>Method summary</b>
<ul>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker+sharedSpellChecker">+sharedSpellChecker</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker+sharedSpellCheckerExists">+sharedSpellCheckerExists</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker+uniqueSpellDocumentTag">+uniqueSpellDocumentTag</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-accessoryView">-accessoryView</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-checkSpellingOfString:startingAt:">-checkSpellingOfString:startingAt:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:">-checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-closeSpellDocumentWithTag:">-closeSpellDocumentWithTag:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-countWordsInString:language:">-countWordsInString:language:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-guessesForWord:">-guessesForWord:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-ignoreWord:inSpellDocumentWithTag:">-ignoreWord:inSpellDocumentWithTag:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-ignoredWordsInSpellDocumentWithTag:">-ignoredWordsInSpellDocumentWithTag:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-language">-language</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-setAccessoryView:">-setAccessoryView:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-setIgnoredWords:inSpellDocumentWithTag:">-setIgnoredWords:inSpellDocumentWithTag:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-setLanguage:">-setLanguage:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-setWordFieldStringValue:">-setWordFieldStringValue:</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-spellingPanel">-spellingPanel</a></li>
<li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker-updateSpellingPanelWithMisspelledWord:">-updateSpellingPanelWithMisspelledWord:</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$NSSpellChecker+sharedSpellChecker">sharedSpellChecker</a></h3>
+ (<a rel="gsdoc" href="#class$NSSpellChecker">NSSpellChecker</a>*) <b>sharedSpellChecker</b>;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker+sharedSpellCheckerExists">sharedSpellCheckerExists</a></h3>
+ (BOOL) <b>sharedSpellCheckerExists</b>;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker+uniqueSpellDocumentTag">uniqueSpellDocumentTag</a></h3>
+ (int) <b>uniqueSpellDocumentTag</b>;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-accessoryView">accessoryView</a></h3>
- (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>accessoryView</b>;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-checkSpellingOfString:startingAt:">checkSpellingOfString:startingAt:</a></h3>
- (NSRange) <b>checkSpellingOfString:</b> (NSString*)stringToCheck<b> startingAt:</b> (int)startingOffset;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:">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 />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-closeSpellDocumentWithTag:">closeSpellDocumentWithTag:</a></h3>
- (void) <b>closeSpellDocumentWithTag:</b> (int)tag;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-countWordsInString:language:">countWordsInString:language:</a></h3>
- (int) <b>countWordsInString:</b> (NSString*)aString<b> language:</b> (NSString*)language;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-guessesForWord:">guessesForWord:</a></h3>
- (NSArray*) <b>guessesForWord:</b> (NSString*)word;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-ignoreWord:inSpellDocumentWithTag:">ignoreWord:inSpellDocumentWithTag:</a></h3>
- (void) <b>ignoreWord:</b> (NSString*)wordToIgnore<b> inSpellDocumentWithTag:</b> (int)tag;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-ignoredWordsInSpellDocumentWithTag:">ignoredWordsInSpellDocumentWithTag:</a></h3>
- (NSArray*) <b>ignoredWordsInSpellDocumentWithTag:</b> (int)tag;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-language">language</a></h3>
- (NSString*) <b>language</b>;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-setAccessoryView:">setAccessoryView:</a></h3>
- (void) <b>setAccessoryView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-setIgnoredWords:inSpellDocumentWithTag:">setIgnoredWords:inSpellDocumentWithTag:</a></h3>
- (void) <b>setIgnoredWords:</b> (NSArray*)someWords<b> inSpellDocumentWithTag:</b> (int)tag;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-setLanguage:">setLanguage:</a></h3>
- (BOOL) <b>setLanguage:</b> (NSString*)aLanguage;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-setWordFieldStringValue:">setWordFieldStringValue:</a></h3>
- (void) <b>setWordFieldStringValue:</b> (NSString*)aString;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-spellingPanel">spellingPanel</a></h3>
- (<a rel="gsdoc" href="NSPanel.html#class$NSPanel">NSPanel</a>*) <b>spellingPanel</b>;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-updateSpellingPanelWithMisspelledWord:">updateSpellingPanelWithMisspelledWord:</a></h3>
- (void) <b>updateSpellingPanelWithMisspelledWord:</b> (NSString*)word;<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<br />
<a href="Gui.html">Up</a>
</body>
</html>