|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module linguistic2 {
76 [in]
long nStartOfSentencePosition,
77 [in]
long nSuggestedBehindEndOfSentencePosition,
78 [in] sequence< com::sun::star::beans::PropertyValue > aProperties )
API for proofreading a text.
Definition: XProofreader.idl:28
ProofreadingResult doProofreading([in] string aDocumentIdentifier, [in] string aText, [in] com::sun::star::lang::Locale aLocale, [in] long nStartOfSentencePosition, [in] long nSuggestedBehindEndOfSentencePosition, [in] sequence< com::sun::star::beans::PropertyValue > aProperties)
start checking
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:34
boolean isSpellChecker()
whether is the text checked by the spell checker
void resetIgnoreRules()
sets all rules back to their default settings.
Definition: Ambiguous.idl:20
holds the results from proofreading a sentence.
Definition: ProofreadingResult.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
void ignoreRule([in] string aRuleIdentifier, [in] com::sun::star::lang::Locale aLocale)
disables a specific rule for a given locale.
Offers information about which languages are supported by the object.
Definition: XSupportedLocales.idl:37