Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XSpellChecker1

Base Interface
com::sun::star::linguistic2::XSupportedLanguages

[ DEPRECATED ]


Methods' Summary

isValid
spell

Methods' Details

isValid
 
boolean
isValid(
[ in ] string aWord,
[ in ] short nLanguage,
[ in ] com::sun::star::beans::PropertyValues aProperties )
raises ( com::sun::star::lang::IllegalArgumentException );

spell
 
com::sun::star::linguistic2::XSpellAlternatives
spell(
[ in ] string aWord,
[ in ] short nLanguage,
[ in ] com::sun::star::beans::PropertyValues aProperties )
raises ( com::sun::star::lang::IllegalArgumentException );


Top of Page