LibreOffice
LibreOffice 5.0 SDK API Reference
|
provides a proofreading iterator More...
import "ProofreadingIterator.idl";
Additional Inherited Members | |
![]() | |
void | startProofreading ([in] com::sun::star::uno::XInterface xDocument,[in] com::sun::star::text::XFlatParagraphIteratorProvider xIteratorProvider) raises ( com::sun::star::lang::IllegalArgumentException ) |
start proofreading and automatically process the whole text More... | |
ProofreadingResult | checkSentenceAtPosition ([in] com::sun::star::uno::XInterface xDocument,[in] com::sun::star::text::XFlatParagraph xFlatParagraph,[in] string aText,[in] com::sun::star::lang::Locale aLocale,[in] long nStartOfSentencePosition,[in] long nSuggestedBehindEndOfSentencePosition,[in] long nErrorPositionInParagraph) raises ( com::sun::star::lang::IllegalArgumentException ) |
start proofreading from a given position More... | |
void | resetIgnoreRules () |
clears the list of ignored rules for each proofreader More... | |
boolean | isProofreading ([in] com::sun::star::uno::XInterface xDocument) |
checks if the given document is currently being checked More... | |
provides a proofreading iterator
An implementation of this service acts as a mediator between documents and proofreaders (often called just grammar checkers). It is responsible to process requests for proofreading text portions.