|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module linguistic2 {
boolean isValid([in] string aWord, [in] com::sun::star::lang::Locale aLocale, [in] com::sun::star::beans::PropertyValues aProperties)
checks if a word is spelled correctly in a given language.
Gives access to the results of failed spell checking attempts and may provide spelling alternatives.
Definition: XSpellAlternatives.idl:36
This interface allows for spell checking.
Definition: XSpellChecker.idl:32
com::sun::star::linguistic2::XSpellAlternatives spell([in] string aWord, [in] com::sun::star::lang::Locale aLocale, [in] com::sun::star::beans::PropertyValues aProperties)
This method checks if a word is spelled correctly in a given language.
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:34
Definition: Ambiguous.idl:20
sequence< PropertyValue > PropertyValues
specifies a sequence of PropertyValue instances.
Definition: PropertyValues.idl:27
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
Offers information about which languages are supported by the object.
Definition: XSupportedLocales.idl:37