![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>NSSpellChecker</title> </head> <body> <font face="serif"> <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:greg_casamento@yahoo.com"><code>greg_casamento@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> <strong>Class</strong> to provide the graphical interface to the spell checking service. </blockquote> <p><b>Copyright:</b> (C) 2001, 1996 Free Software Foundation, Inc.</p> <div> </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/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#class$NSObject">NSObject</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSSpellChecker.h</dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker+isAutomaticDashSubstitutionEnabled">+isAutomaticDashSubstitutionEnabled</a></li> <li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker+isAutomaticQuoteSubstitutionEnabled">+isAutomaticQuoteSubstitutionEnabled</a></li> <li><a rel="gsdoc" href="NSSpellChecker.html#method$NSSpellChecker+isAutomaticTextReplacementEnabled">+isAutomaticTextReplacementEnabled</a></li> <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-checkGrammarOfString$startingAt$language$wrap$inSpellDocumentWithTag$details$">-checkGrammarOfString:startingAt:language:wrap:inSpellDocumentWithTag:details:</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" /> <div class="method"> <h3><a name="method$NSSpellChecker+isAutomaticDashSubstitutionEnabled">isAutomaticDashSubstitutionEnabled </a></h3> + (BOOL) <b>isAutomaticDashSubstitutionEnabled</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker+isAutomaticQuoteSubstitutionEnabled">isAutomaticQuoteSubstitutionEnabled </a></h3> + (BOOL) <b>isAutomaticQuoteSubstitutionEnabled</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker+isAutomaticTextReplacementEnabled">isAutomaticTextReplacementEnabled </a></h3> + (BOOL) <b>isAutomaticTextReplacementEnabled</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker+sharedSpellChecker">sharedSpellChecker </a></h3> + (<a rel="gsdoc" href="#class$NSSpellChecker">NSSpellChecker</a>*) <b>sharedSpellChecker</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker+sharedSpellCheckerExists">sharedSpellCheckerExists </a></h3> + (BOOL) <b>sharedSpellCheckerExists</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker+uniqueSpellDocumentTag">uniqueSpellDocumentTag </a></h3> + (int) <b>uniqueSpellDocumentTag</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-accessoryView">accessoryView </a></h3> - (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>accessoryView</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-checkGrammarOfString$startingAt$language$wrap$inSpellDocumentWithTag$details$">checkGrammarOfString: startingAt: language: wrap: inSpellDocumentWithTag: details: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRange">NSRange</a>) <b>checkGrammarOfString:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)stringToCheck<b> startingAt:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)startingOffset<b> language:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)language<b> wrap:</b> (BOOL)wrapFlag<b> inSpellDocumentWithTag:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)tag<b> details:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>**)details;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.5.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-checkSpellingOfString$startingAt$">checkSpellingOfString: startingAt: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRange">NSRange</a>) <b>checkSpellingOfString:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)stringToCheck<b> startingAt:</b> (int)startingOffset;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-checkSpellingOfString$startingAt$language$wrap$inSpellDocumentWithTag$wordCount$">checkSpellingOfString: startingAt: language: wrap: inSpellDocumentWithTag: wordCount: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRange">NSRange</a>) <b>checkSpellingOfString:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)stringToCheck<b> startingAt:</b> (int)startingOffset<b> language:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)language<b> wrap:</b> (BOOL)wrapFlag<b> inSpellDocumentWithTag:</b> (int)tag<b> wordCount:</b> (int*)wordCount;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-closeSpellDocumentWithTag$">closeSpellDocumentWithTag: </a></h3> - (void) <b>closeSpellDocumentWithTag:</b> (int)tag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-countWordsInString$language$">countWordsInString: language: </a></h3> - (int) <b>countWordsInString:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)aString<b> language:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)language;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-guessesForWord$">guessesForWord: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*) <b>guessesForWord:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)word;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-ignoreWord$inSpellDocumentWithTag$">ignoreWord: inSpellDocumentWithTag: </a></h3> - (void) <b>ignoreWord:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)wordToIgnore<b> inSpellDocumentWithTag:</b> (int)tag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-ignoredWordsInSpellDocumentWithTag$">ignoredWordsInSpellDocumentWithTag: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*) <b>ignoredWordsInSpellDocumentWithTag:</b> (int)tag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-language">language </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>language</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <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 /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-setIgnoredWords$inSpellDocumentWithTag$">setIgnoredWords: inSpellDocumentWithTag: </a></h3> - (void) <b>setIgnoredWords:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSArray.html#class$NSArray">NSArray</a>*)someWords<b> inSpellDocumentWithTag:</b> (int)tag;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-setLanguage$">setLanguage: </a></h3> - (BOOL) <b>setLanguage:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)aLanguage;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-setWordFieldStringValue$">setWordFieldStringValue: </a></h3> - (void) <b>setWordFieldStringValue:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)aString;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-spellingPanel">spellingPanel </a></h3> - (<a rel="gsdoc" href="NSPanel.html#class$NSPanel">NSPanel</a>*) <b>spellingPanel</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSpellChecker-updateSpellingPanelWithMisspelledWord$">updateSpellingPanelWithMisspelledWord: </a></h3> - (void) <b>updateSpellingPanelWithMisspelledWord:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)word;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <br /> <a href="Gui.html">Up</a> </font> </body> </html>