WordCompareOptions
Contents
[
Hide
]
WordCompareOptions class
Word document specific compare options. Inherits common options from CompareOptions.
public class WordCompareOptions : CompareOptions
Constructors
| Name | Description |
|---|---|
| WordCompareOptions() | Initializes a new instance of the WordCompareOptions class. |
Properties
| Name | Description |
|---|---|
| CalculateCoordinates { get; set; } | Indicates whether to calculate coordinates for changed components. |
| CalculateCoordinatesMode { get; set; } | Specifies the coordinate calculation for changed components mode. |
| ChangedItemStyle { get; set; } | Describes style for changed components. |
| CompareBookmarks { get; set; } | Gets or sets whether bookmarks in the source and target documents are compared and differences included in the result. |
| CompareDocumentProperty { get; set; } | Gets or sets whether built-in and custom document properties are compared and differences included in the result (e.g. on the properties summary page). |
| CompareImagesPdf { get; set; } | Control to turn on comparison of images in PDF format. |
| CompareVariableProperty { get; set; } | Gets or sets whether document variable properties (e.g. DOCVARIABLE fields) are compared and differences included in the result. |
| DeletedItemStyle { get; set; } | Describes style for deleted components. |
| DetalisationLevel { get; set; } | Gets or sets the comparison detail level. |
| DetectStyleChanges { get; set; } | Indicates whether to detect style changes or not. |
| DiagramMasterSetting { get; set; } | Gets or sets the path value for master or use compare without path of master. This option only for Diagram. |
| DirectoryCompare { get; set; } | Control to turn on comparison of folders. |
| DisplayMode { get; set; } | Gets or sets how comparison results are displayed: as Word revisions in Track Changes mode (Revisions) or as highlighted changes rendered directly into the document (Highlight). |
| ExtendedSummaryPage { get; set; } | Indicates whether to add extended file comparison information to the summary page or not. |
| FolderComparisonExtension { get; set; } | Gets or sets the format of the resulting folder comparison file. |
| GenerateSummaryPage { get; set; } | Indicates whether to add summary page with detected changes statistics to resultant document or not. |
| HeaderFootersComparison { get; set; } | Control to turn on comparison of header/footer contents. |
| IgnoreChangeSettings { get; set; } | Gets or sets settings to ignore changes based on similarity. |
| ImagesInheritanceMode { get; set; } | Specifies the source of images inheritance when image comparison is disabled. |
| InsertedItemStyle { get; set; } | Describes style for inserted components. |
| LeaveGaps { get; set; } | Gets or sets whether empty lines are left in place of inserted or deleted content to preserve layout and line count; used with ShowInsertedContent and ShowDeletedContent. |
| MarkChangedContent { get; set; } | Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents. |
| MarkLineBreaks { get; set; } | Gets or sets whether paragraph (line) breaks that differ between documents are visually marked in the result. |
| MarkNestedContent { get; set; } | Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted. |
| OriginalSize { get; set; } | Get or sets the original sizes of compared documents. |
| PaperSize { get; set; } | Gets or sets the result document paper size. |
| PasswordSaveOption { get; set; } | Gets or sets the password save option. |
| RevisionAuthorName { get; set; } | Gets or sets the author name used for revisions when !:WordTrackChanges is enabled. If set, this name is applied to revision markup in the result document. |
| SensitivityOfComparison { get; set; } | Gets or sets a sensitivity of comparison. |
| SensitivityOfComparisonForTables { get; set; } | Gets or sets a sensitivity of comparison for tables. |
| ShowDeletedContent { get; set; } | Indicates whether to show deleted components in resultant document or not. |
| ShowInsertedContent { get; set; } | Indicates whether to show inserted components in resultant document or not. |
| ShowOnlyChanged { get; set; } | Controls to enable the display of only changed items. |
| ShowOnlySummaryPage { get; set; } | Indicates whether to leave in the resulting document only a page with statistics of detected changes in the resulting document or not. |
| ShowRevisions { get; set; } | Gets or sets whether the result document keeps revision markup visible. If false, all revisions are accepted and the result appears as final text. This setting is meaningful only when DisplayMode is set to Highlight. The default value is true. |
| UserMasterPath { get; set; } | Path to user master’s template for Diagrams. |
| WordsSeparatorChars { set; } | Gets or sets an array of delimiters to split text into words. |
See Also
- class CompareOptions
- namespace GroupDocs.Comparison.Options
- assembly GroupDocs.Comparison