ComparisonParams Object (IComparisonParams Interface)
This object provides access to the comparison parameters.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
CompareTablesSeparatelyFromText | VARIANT_BOOL |
Specifies whether the changes detected in the tables should be separated from the changes in the text. This property is FALSE by default. |
CorrectOcrErrors | VARIANT_BOOL |
Specifies whether to correct OCR errors in the text to be compared. If there are probable recognition variants which make the words in the original and the copy match, the change will be ignored. The value of this property is used only if the SaveCharacterRecognitionVariants property is set to TRUE; otherwise, it is ignored. This property is TRUE by default. |
DetectOneLetterNonDigitChanges | VARIANT_BOOL |
Specifies whether to detect one-letter changes in the words without numbers. This property is TRUE by default. |
DetectPunctuatorChanges | VARIANT_BOOL |
Specifies whether to detect changes in the punctuation marks. This property is TRUE by default. |
DetectRunningTitleChanges | VARIANT_BOOL |
Specifies whether to detect changes in running titles. If there is a text that repeats in the header or footer, the change will be ignored. This property is TRUE by default. |
DetectWhiteSpaceChanges | VARIANT_BOOL |
Specifies whether to remove the spaces at the beginning or the end of the detected changes. This property is FALSE by default. |
UseDoubleLanguageAgreementMode | VARIANT_BOOL |
Specifies whether the document can be treated as a bilingual agreement with a two-column structure during the comparison. This property is FALSE by default. |
Related objects
See also
7/3/2024 8:50:25 AM