StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.linguistic
Interface XSpellChecker1

All Superinterfaces:
com.sun.star.uno.XInterface, com.sun.star.linguistic.XSupportedLanguages

public abstract interface XSpellChecker1
extends com.sun.star.linguistic.XSupportedLanguages


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  com.sun.star.linguistic.XDictionaryList getDictionaryList()
           
abstract  boolean isValid(java.lang.String s1, short s2)
           
abstract  void setDictionaryList(com.sun.star.linguistic.XDictionaryList xdl)
           
abstract  com.sun.star.linguistic.XSpellAlternatives spell(java.lang.String s1, short s2)
           
 
Methods inherited from interface com.sun.star.linguistic.XSupportedLanguages
getLanguageIdentifier, getLanguages, hasLanguage
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

getDictionaryList

public abstract com.sun.star.linguistic.XDictionaryList getDictionaryList()
                                                                   throws com.sun.star.uno.RuntimeException

isValid

public abstract boolean isValid(java.lang.String s1,
                                short s2)
                         throws com.sun.star.lang.IllegalArgumentException,
                                com.sun.star.uno.RuntimeException

setDictionaryList

public abstract void setDictionaryList(com.sun.star.linguistic.XDictionaryList xdl)
                                throws com.sun.star.uno.RuntimeException

spell

public abstract com.sun.star.linguistic.XSpellAlternatives spell(java.lang.String s1,
                                                                 short s2)
                                                          throws com.sun.star.lang.IllegalArgumentException,
                                                                 com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc