Skip to main content
A newer version of this page is available. .

AutoCorrectReplaceInfo Constructors

Contains the text to find and the object to replace it. Used for the table-based autocorrect functionality.
Name Parameters Description
AutoCorrectReplaceInfo() none Initializes a new instance of the AutoCorrectReplaceInfo class with default values.
AutoCorrectReplaceInfo(String, Object, Boolean) what, with, immediateReplacement Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings.
AutoCorrectReplaceInfo(String, Object) what, with Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings.
See Also