interface XSpellChecker1 in module com::sun::star::linguistic2::

(Global Index)

[ DEPRECATED ]

Syntax

interface XSpellChecker1 : com::sun::star::linguistic2::XSupportedLanguages ;

Method Summary

isValid

spell

Method Details



isValid

Syntax

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

spell

Syntax

com::sun::star::linguistic2::XSpellAlternatives spell (
string aWord,
short nLanguage,
com::sun::star::beans::PropertyValues aProperties )
raises ( com::sun::star::lang::IllegalArgumentException );
Top of Page