Gives access to the results of failed spell checking attempts and may provide spelling alternatives.  
 More...
import "XSpellAlternatives.idl";
Gives access to the results of failed spell checking attempts and may provide spelling alternatives. 
This is used by the com::sun::star::linguistic2::XSpellChecker::spell() function when the word was not found to be correct. Suggestions for other words to be used may be provided along with a failure-type that may specify why the word was not correct. 
- See also
- com::sun::star::linguistic2::SpellFailure 
◆ getAlternatives()
      
        
          | sequence< string > getAlternatives | ( |  | ) |  | 
      
 
- Returns
- the sequence of suggested spelling alternatives. 
 
 
◆ getAlternativesCount()
      
        
          | short getAlternativesCount | ( |  | ) |  | 
      
 
- Returns
- the number of suggested spelling alternatives available. 
 
 
◆ getFailureType()
◆ getLocale()
- Returns
- the Locale which specifies the language of the misspelled word. 
 
 
◆ getWord()
- Returns
- the word that was misspelled. 
 
 
The documentation for this interface was generated from the following file: