:: com :: sun :: star :: linguistic2 ::

interface XSpellChecker1
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XSupportedLanguages
    |
    +-XSpellChecker1
[ DEPRECATED ]

Methods' Summary
isValid
spell
Methods' Details
isValid
boolean
isValid(
 
[in] string
[in] short
[in] ::com::sun::star::beans::PropertyValues 

raises(

 
aWord,
nLanguage,
aProperties ) 
::com::sun::star::lang::IllegalArgumentException );

spell
XSpellAlternatives
spell(
 
[in] string
[in] short
[in] ::com::sun::star::beans::PropertyValues 

raises(

 
aWord,
nLanguage,
aProperties ) 
::com::sun::star::lang::IllegalArgumentException );

Top of Page