CompareOptions class

CompareOptions class

Allows to choose additional options for document comparison operation. To learn more, visit the Compare Documents documentation article.

Constructors

NameDescription
CompareOptions()The default constructor.

Properties

NameDescription
advancedOptionsSpecifies advanced compare options that might help to produce more precise comparison output.
compareMovesSpecifies whether to compare differences between the two documents.
granularitySpecifies whether changes are tracked by character or by word.
ignoreCaseChangesTrue indicates that documents comparison is case insensitive.
ignoreCommentsSpecifies whether to compare differences in comments.
ignoreFieldsSpecifies whether to compare differences in fields.
ignoreFootnotesSpecifies whether to compare differences in footnotes and endnotes.
ignoreFormattingTrue indicates that formatting is ignored.
ignoreHeadersAndFootersTrue indicates that headers and footers content is ignored.
ignoreTablesSpecifies whether to compare the differences in data contained in tables.
ignoreTextboxesSpecifies whether to compare differences in the data contained within text boxes.
targetSpecifies which document shall be used as a target during comparison.

See Also