CompareOptions class
CompareOptions class
Allows to choose additional options for document comparison operation.
To learn more, visit the Compare Documents documentation article.
Constructors
Properties
Name | Description |
---|
advancedOptions | Specifies advanced compare options that might help to produce more precise comparison output. |
compareMoves | Specifies whether to compare differences between the two documents. |
granularity | Specifies whether changes are tracked by character or by word. |
ignoreCaseChanges | True indicates that documents comparison is case insensitive. |
ignoreComments | Specifies whether to compare differences in comments. |
ignoreFields | Specifies whether to compare differences in fields. |
ignoreFootnotes | Specifies whether to compare differences in footnotes and endnotes. |
ignoreFormatting | True indicates that formatting is ignored. |
ignoreHeadersAndFooters | True indicates that headers and footers content is ignored. |
ignoreTables | Specifies whether to compare the differences in data contained in tables. |
ignoreTextboxes | Specifies whether to compare differences in the data contained within text boxes. |
target | Specifies which document shall be used as a target during comparison. |
See Also