Skip to content

Commit 21439d9

Browse files
Update file(s) "/." from "groupdocs-comparison/Groupdocs.Comparison-References"
1 parent 9d7d7d6 commit 21439d9

File tree

62 files changed

+381
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+381
-243
lines changed

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ The namespace provides classes that allows to specify additional options for doc
2525
| [SaveOptions](./saveoptions) | Allows to specify additional options (such as password) when saving a document. |
2626
| [Size](./size) | Document size. |
2727
| [StyleSettings](./stylesettings) | Style settings. Allows to define style rules for changes. Used in [`CompareOptions`](../groupdocs.comparison.options/compareoptions) class. |
28+
| [WordCompareOptions](./wordcompareoptions) | Word document specific compare options. Inherits common options from [`CompareOptions`](../groupdocs.comparison.options/compareoptions). |
2829
## Enumeration
2930

3031
| Enumeration | Description |
3132
| --- | --- |
3233
| [CalculateCoordinatesModeEnumeration](./calculatecoordinatesmodeenumeration) | Enumerates the type of coordinates calculation. |
3334
| [ChangeType](./changetype) | Specifies change type. |
35+
| [WordCompareOptions.ComparisonDisplayMode](./wordcompareoptions.comparisondisplaymode) | Defines how Word comparison results are displayed for [`WordCompareOptions`](../groupdocs.comparison.options/wordcompareoptions). |
3436
| [DetalisationLevel](./detalisationlevel) | Specifies the level of comparison details. |
3537
| [FolderComparisonExtension](./foldercomparisonextension) | Folder extensions. |
3638
| [ImagesInheritance](./imagesinheritance) | Source of images inheritance when image comparison is disabled. |

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/_index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ public class CompareOptions
2727
| [CalculateCoordinates](../../groupdocs.comparison.options/compareoptions/calculatecoordinates) { get; set; } | Indicates whether to calculate coordinates for changed components. |
2828
| [CalculateCoordinatesMode](../../groupdocs.comparison.options/compareoptions/calculatecoordinatesmode) { getset; } | Specifies the coordinate calculation for changed components mode. |
2929
| [ChangedItemStyle](../../groupdocs.comparison.options/compareoptions/changeditemstyle) { getset; } | Describes style for changed components. |
30-
| [CompareBookmarks](../../groupdocs.comparison.options/compareoptions/comparebookmarks) { getset; } | Control to turn on comparison of bookmarks in Word format. |
31-
| [CompareDocumentProperty](../../groupdocs.comparison.options/compareoptions/comparedocumentproperty) { getset; } | Control to turn on comparison of built and custom properties in Word format. |
3230
| [CompareImagesPdf](../../groupdocs.comparison.options/compareoptions/compareimagespdf) { getset; } | Control to turn on comparison of images in PDF format. |
33-
| [CompareVariableProperty](../../groupdocs.comparison.options/compareoptions/comparevariableproperty) { getset; } | Control to turn on comparison of variables properties in Word format. |
3431
| [DeletedItemStyle](../../groupdocs.comparison.options/compareoptions/deleteditemstyle) { getset; } | Describes style for deleted components. |
3532
| [DetalisationLevel](../../groupdocs.comparison.options/compareoptions/detalisationlevel) { getset; } | Gets or sets the comparison detail level. |
3633
| [DetectStyleChanges](../../groupdocs.comparison.options/compareoptions/detectstylechanges) { getset; } | Indicates whether to detect style changes or not. |
@@ -43,24 +40,19 @@ public class CompareOptions
4340
| [IgnoreChangeSettings](../../groupdocs.comparison.options/compareoptions/ignorechangesettings) { getset; } | Gets or sets settings to ignore changes based on similarity. |
4441
| [ImagesInheritanceMode](../../groupdocs.comparison.options/compareoptions/imagesinheritancemode) { getset; } | Specifies the source of images inheritance when image comparison is disabled. |
4542
| [InsertedItemStyle](../../groupdocs.comparison.options/compareoptions/inserteditemstyle) { getset; } | Describes style for inserted components. |
46-
| [LeaveGaps](../../groupdocs.comparison.options/compareoptions/leavegaps) { getset; } | Indicates whether to display empty lines instead of inserted / deleted components in the final document or not (used with ShowInsertedContent or ShowDeletedContent properties). |
4743
| [MarkChangedContent](../../groupdocs.comparison.options/compareoptions/markchangedcontent) { getset; } | Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents. |
48-
| [MarkLineBreaks](../../groupdocs.comparison.options/compareoptions/marklinebreaks) { getset; } | Gets or sets a value indicating whether to mark line breaks. |
4944
| [MarkNestedContent](../../groupdocs.comparison.options/compareoptions/marknestedcontent) { getset; } | Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted. |
5045
| [OriginalSize](../../groupdocs.comparison.options/compareoptions/originalsize) { getset; } | Get or sets the original sizes of compared documents. |
5146
| [PaperSize](../../groupdocs.comparison.options/compareoptions/papersize) { getset; } | Gets or sets the result document paper size. |
5247
| [PasswordSaveOption](../../groupdocs.comparison.options/compareoptions/passwordsaveoption) { getset; } | Gets or sets the password save option. |
53-
| [RevisionAuthorName](../../groupdocs.comparison.options/compareoptions/revisionauthorname) { getset; } | Gets or sets revision author name. Enabled if not null. |
5448
| [SensitivityOfComparison](../../groupdocs.comparison.options/compareoptions/sensitivityofcomparison) { getset; } | Gets or sets a sensitivity of comparison. |
5549
| [SensitivityOfComparisonForTables](../../groupdocs.comparison.options/compareoptions/sensitivityofcomparisonfortables) { getset; } | Gets or sets a sensitivity of comparison for tables. |
5650
| [ShowDeletedContent](../../groupdocs.comparison.options/compareoptions/showdeletedcontent) { getset; } | Indicates whether to show deleted components in resultant document or not. |
5751
| [ShowInsertedContent](../../groupdocs.comparison.options/compareoptions/showinsertedcontent) { getset; } | Indicates whether to show inserted components in resultant document or not. |
5852
| [ShowOnlyChanged](../../groupdocs.comparison.options/compareoptions/showonlychanged) { getset; } | Controls to enable the display of only changed items. |
5953
| [ShowOnlySummaryPage](../../groupdocs.comparison.options/compareoptions/showonlysummarypage) { getset; } | Indicates whether to leave in the resulting document only a page with statistics of detected changes in the resulting document or not. |
60-
| [ShowRevisions](../../groupdocs.comparison.options/compareoptions/showrevisions) { getset; } | Indicates whether to display others revisions in the resulting document or not. |
6154
| [UserMasterPath](../../groupdocs.comparison.options/compareoptions/usermasterpath) { getset; } | Path to user master's template for Diagrams. |
6255
| [WordsSeparatorChars](../../groupdocs.comparison.options/compareoptions/wordsseparatorchars) { set; } | Gets or sets an array of delimiters to split text into words. |
63-
| [WordTrackChanges](../../groupdocs.comparison.options/compareoptions/wordtrackchanges) { getset; } | Control to turn on comparison of Words Track Revisions. |
6456

6557
### See Also
6658

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/comparebookmarks/_index.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/comparedocumentproperty/_index.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/compareimagespdf/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CompareImagesPdf
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Control to turn on comparison of images in PDF format.
55
type: docs
6-
weight: 70
6+
weight: 50
77
url: /net/groupdocs.comparison.options/compareoptions/compareimagespdf/
88
---
99
## CompareOptions.CompareImagesPdf property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/comparevariableproperty/_index.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/deleteditemstyle/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DeletedItemStyle
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Describes style for deleted components.
55
type: docs
6-
weight: 90
6+
weight: 60
77
url: /net/groupdocs.comparison.options/compareoptions/deleteditemstyle/
88
---
99
## CompareOptions.DeletedItemStyle property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/detalisationlevel/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DetalisationLevel
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Gets or sets the comparison detail level.
55
type: docs
6-
weight: 100
6+
weight: 70
77
url: /net/groupdocs.comparison.options/compareoptions/detalisationlevel/
88
---
99
## CompareOptions.DetalisationLevel property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/detectstylechanges/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DetectStyleChanges
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Indicates whether to detect style changes or not.
55
type: docs
6-
weight: 110
6+
weight: 80
77
url: /net/groupdocs.comparison.options/compareoptions/detectstylechanges/
88
---
99
## CompareOptions.DetectStyleChanges property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/diagrammastersetting/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DiagramMasterSetting
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Gets or sets the path value for master or use compare without path of master. This option only for Diagram.
55
type: docs
6-
weight: 120
6+
weight: 90
77
url: /net/groupdocs.comparison.options/compareoptions/diagrammastersetting/
88
---
99
## CompareOptions.DiagramMasterSetting property

0 commit comments

Comments
 (0)