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

deprecated interface XSpellChecker1
Base Interfaces
XSpellChecker1
┗ ::com::sun::star::linguistic2::XSupportedLanguages

::com::sun::star::linguistic2::XSupportedLanguages
(referenced interface's summary:)

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