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

deprecated interface XSpellChecker1
Base Interfaces
XSpellChecker1XSupportedLanguages

XSupportedLanguages
(referenced interface's summary:)
Usage Restrictions
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
XSpellAlternatives
spell( [in] string  aWord,
[in] short  nLanguage,
[in] ::com::sun::star::beans::PropertyValues  aProperties )
raises( ::com::sun::star::lang::IllegalArgumentException );

Top of Page