StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.speech
Interface XVocabManager

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XVocabManager
extends com.sun.star.uno.XInterface


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  void addWord(com.sun.star.speech.Word w)
           
abstract  void addWords(com.sun.star.speech.Word[] w)
           
abstract  com.sun.star.speech.Word[] getProblemWords()
           
abstract  com.sun.star.speech.Word[] getWords(java.lang.String s)
           
abstract  void removeWord(com.sun.star.speech.Word w)
           
abstract  void removeWords(com.sun.star.speech.Word[] w)
           
 

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

addWord

public abstract void addWord(com.sun.star.speech.Word w)
                      throws com.sun.star.uno.RuntimeException

addWords

public abstract void addWords(com.sun.star.speech.Word[] w)
                       throws com.sun.star.uno.RuntimeException

getProblemWords

public abstract com.sun.star.speech.Word[] getProblemWords()
                                                    throws com.sun.star.uno.RuntimeException

getWords

public abstract com.sun.star.speech.Word[] getWords(java.lang.String s)
                                             throws com.sun.star.uno.RuntimeException

removeWord

public abstract void removeWord(com.sun.star.speech.Word w)
                         throws com.sun.star.lang.IllegalArgumentException,
                                com.sun.star.uno.RuntimeException

removeWords

public abstract void removeWords(com.sun.star.speech.Word[] w)
                          throws com.sun.star.lang.IllegalArgumentException,
                                 com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc