libs-gui/Documentation/gsdoc/NSSpellChecker.html
Adam Fedor 05bdcda840 Updated docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
2002-01-28 04:50:14 +00:00

249 lines
12 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> : <a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a></h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSSpellChecker.h</dd>
</dl>
</blockquote>
<blockquote>
<b>Standards:</b>
<ul>
<li>GNUstep</li>
<li>MacOS-X</li>
<li>OpenStep</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 />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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 />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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 />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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 />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)stringToCheck<b> startingAt:</b> (int)startingOffset;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)stringToCheck<b> startingAt:</b> (int)startingOffset<b> language:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)language<b> wrap:</b> (BOOL)wrapFlag<b> inSpellDocumentWithTag:</b> (int)tag<b> wordCount:</b> (int*)wordCount;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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 />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)aString<b> language:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)language;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-guessesForWord:">guessesForWord:</a></h3>
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*) <b>guessesForWord:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)word;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)wordToIgnore<b> inSpellDocumentWithTag:</b> (int)tag;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-ignoredWordsInSpellDocumentWithTag:">ignoredWordsInSpellDocumentWithTag:</a></h3>
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*) <b>ignoredWordsInSpellDocumentWithTag:</b> (int)tag;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSSpellChecker-language">language</a></h3>
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>language</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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 />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*)someWords<b> inSpellDocumentWithTag:</b> (int)tag;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)aLanguage;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)aString;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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 />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<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> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)word;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<br />
<a href="Gui.html">Up</a>
</body>
</html>