StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.linguistic
Interface XDictionaryEntry

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

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


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Method Summary
abstract  java.lang.String getDictionaryWord()
           
abstract  com.sun.star.lang.Locale getReplacementLocale()
           
abstract  java.lang.String getReplacementText()
           
abstract  boolean isNegative()
           
 

Field Detail

UIK

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

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

getDictionaryWord

public abstract java.lang.String getDictionaryWord()
                                            throws com.sun.star.uno.RuntimeException

getReplacementLocale

public abstract com.sun.star.lang.Locale getReplacementLocale()
                                                       throws com.sun.star.uno.RuntimeException

getReplacementText

public abstract java.lang.String getReplacementText()
                                             throws com.sun.star.uno.RuntimeException

isNegative

public abstract boolean isNegative()
                            throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc