IAutoCorrectService Methods
Defines a service that performs auto correction.
Name | Description |
---|---|
Apply |
Performs a specified replacement. |
Calculate |
Consistently calls the corresponding methods of registered Auto |
Register |
Registers the provider and makes it available to clients of the service. |
Set |
Provides a table containing input strings and their replacements. |
Unregister |
Cancels the provider registration and makes it unavailable for the clients of the service. |
See Also