TextReplacement class

TextReplacement class

Represents a textual replacement information.

The TextReplacement type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of TextReplacement class.

Properties

Property Description
index Gets an index of the matched text within source string.
original_text Gets the original matched string.
replacement Gets the string, replacing OriginalText.

Remarks

Learn more | | |

See Also