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

interface XSpellChecker1
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSupportedLanguages
       |  
       +--XSpellChecker1
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