StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.linguistic
Interface XOtherLingu

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

public abstract interface XOtherLingu
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  short getCount()
           
abstract  com.sun.star.linguistic.XHyphenator getHyphenator()
           
abstract  java.lang.String getIdentifier(short s)
           
abstract  short getSelectedLinguisticIndex()
           
abstract  com.sun.star.linguistic.XSpellChecker getSpellChecker()
           
abstract  com.sun.star.linguistic.XThesaurus getThesaurus()
           
abstract  boolean hasHyphenator(short s)
           
abstract  boolean hasOptionDialog(short s)
           
abstract  boolean hasSpellChecker(short s)
           
abstract  boolean hasThesaurus(short s)
           
abstract  void selectLinguisticByIndex(short s)
           
abstract  int startOptionDialog(int i)
           
 

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

getCount

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

getHyphenator

public abstract com.sun.star.linguistic.XHyphenator getHyphenator()
                                                           throws com.sun.star.uno.RuntimeException

getIdentifier

public abstract java.lang.String getIdentifier(short s)
                                        throws com.sun.star.lang.IllegalArgumentException,
                                               com.sun.star.uno.RuntimeException

getSelectedLinguisticIndex

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

getSpellChecker

public abstract com.sun.star.linguistic.XSpellChecker getSpellChecker()
                                                               throws com.sun.star.uno.RuntimeException

getThesaurus

public abstract com.sun.star.linguistic.XThesaurus getThesaurus()
                                                         throws com.sun.star.uno.RuntimeException

hasHyphenator

public abstract boolean hasHyphenator(short s)
                               throws com.sun.star.lang.IllegalArgumentException,
                                      com.sun.star.uno.RuntimeException

hasOptionDialog

public abstract boolean hasOptionDialog(short s)
                                 throws com.sun.star.lang.IllegalArgumentException,
                                        com.sun.star.uno.RuntimeException

hasSpellChecker

public abstract boolean hasSpellChecker(short s)
                                 throws com.sun.star.lang.IllegalArgumentException,
                                        com.sun.star.uno.RuntimeException

hasThesaurus

public abstract boolean hasThesaurus(short s)
                              throws com.sun.star.lang.IllegalArgumentException,
                                     com.sun.star.uno.RuntimeException

selectLinguisticByIndex

public abstract void selectLinguisticByIndex(short s)
                                      throws com.sun.star.lang.IllegalArgumentException,
                                             com.sun.star.uno.RuntimeException

startOptionDialog

public abstract int startOptionDialog(int i)
                               throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc