CompareOptions class

CompareOptions class

Allows to set different compare options.

The CompareOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the CompareOptions class.

Properties

Property Description
paper_size Gets or sets the result document paper size.
show_deleted_content Indicates whether to show deleted components in resultant document or not.
show_inserted_content Indicates whether to show inserted components in resultant document or not.
generate_summary_page Indicates whether to add summary page with detected changes statistics to resultant document or not.
extended_summary_page Indicates whether to add extended file comparison information to the summary page or not.
show_only_summary_page Indicates whether to leave in the resulting document only a page with statistics of detected changes in the resulting document or not.
detect_style_changes Indicates whether to detect style changes or not.
mark_nested_content Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted.
calculate_coordinates Indicates whether to calculate coordinates for changed components.
calculate_coordinates_mode Specifies the coordinate calculation for changed components mode.
header_footers_comparison Control to turn on comparison of header/footer contents.
detalisation_level Gets or sets the comparison detail level.
mark_changed_content Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents.
inserted_item_style Describes style for inserted components.
deleted_item_style Describes style for deleted components.
changed_item_style Describes style for changed components.
mark_line_breaks Gets or sets a value indicating whether to mark line breaks.
compare_images_pdf Control to turn on comparison of images in PDF format.
images_inheritance_mode Specifies the source of images inheritance when image comparison is disabled.
compare_bookmarks Control to turn on comparison of bookmarks in Word format.
compare_variable_property Control to turn on comparison of variables properties in Word format.
compare_document_property Control to turn on comparison of built and custom properties in Word format.
word_track_changes Control to turn on comparison of Words Track Revisions.
show_only_changed Controls to enable the display of only changed items.
directory_compare Control to turn on comparison of folders.
user_master_path Path to user master’s template for Diagrams.
folder_comparison_extension Gets or sets the format of the resulting folder comparison file.
revision_author_name Gets or sets revision author name. Enabled if not null.
sensitivity_of_comparison Gets or sets a sensitivity of comparison.
sensitivity_of_comparison_for_tables Gets or sets a sensitivity of comparison for tables.
ignore_change_settings Gets or sets settings to ignore changes based on similarity.
password_save_option Gets or sets the password save option.
original_size Get or sets the original sizes of compared documents.
diagram_master_setting Gets or sets the path value for master or use compare without path of master. This option only for Diagram.
show_revisions Indicates whether to display others revisions in the resulting document or not.
leave_gaps Indicates whether to display empty lines instead of inserted / deleted components in the final document or not (used with ShowInsertedContent or ShowDeletedContent properties).

See Also