StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.linguistic
Interface XAlternativeSpelling

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

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


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Method Summary
abstract  short getChangedLength()
           
abstract  short getChangedPos()
           
abstract  short getHyphenPos()
           
abstract  java.lang.String getHyphenatedWord()
           
abstract  java.lang.String getReplacement()
           
abstract  java.lang.String getWord()
           
 

Field Detail

UIK

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

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

getChangedLength

public abstract short getChangedLength()
                                throws com.sun.star.uno.RuntimeException

getChangedPos

public abstract short getChangedPos()
                             throws com.sun.star.uno.RuntimeException

getHyphenPos

public abstract short getHyphenPos()
                            throws com.sun.star.uno.RuntimeException

getHyphenatedWord

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

getReplacement

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

getWord

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

StarOffice 5.2 API
reverse engineered by classdoc