Back to Devexpress

IAutoCorrectService Methods

officefileapi-devexpress-dot-xtrarichedit-dot-services-dot-iautocorrectservice-dot-underscore-methods.md

latest1.7 KB
Original Source

IAutoCorrectService Methods

Defines a service that performs auto correction.

NameDescription
ApplyAutoCorrectInfo(AutoCorrectInfo)Performs a specified replacement.
CalculateAutoCorrectInfo()Consistently calls the corresponding methods of registered AutoCorrect providers to create an AutoCorrectInfo object.
RegisterProvider(IAutoCorrectProvider)Registers the provider and makes it available to clients of the service.
SetReplaceTable(AutoCorrectReplaceInfoCollection)Provides a table containing input strings and their replacements.
UnregisterProvider(IAutoCorrectProvider)Cancels the provider registration and makes it unavailable for the clients of the service.

See Also

IAutoCorrectService Interface

IAutoCorrectService Members

DevExpress.XtraRichEdit.Services Namespace