TextChange Object (ITextChange Interface)
This object represents a change made in the document text.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
EditLength | int, read-only | Returns the case-sensitive Levenshtein distance between the original and the modified text. |
ReferenceText | BSTR, read-only | Returns the text in the original document. |
UserText | BSTR, read-only | Returns the modified text in the document copy. |
Related objects
Output parameter
This object is the output parameter of the GetAsTextChange method of the Change object.
Samples
The object is used in the Document Comparison sample.
See also
03.07.2024 8:50:25