You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/sites/groupdocs/comparison/english/java/com.groupdocs.comparison.options/compareoptions/_index.md
-204Lines changed: 0 additions & 204 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,6 @@ Example usage:
52
52
|[setIgnoreChangeSettings(IgnoreChangeSensitivitySettings ignoreChangeSettings)](#setIgnoreChangeSettings-com.groupdocs.comparison.options.IgnoreChangeSensitivitySettings-)| Sets settings to ignore changes based on similarity. |
53
53
|[getUserMasterPath()](#getUserMasterPath--)| Gets the path to the user master's template for Diagrams. |
54
54
|[setUserMasterPath(String userMasterPath)](#setUserMasterPath-java.lang.String-)| Sets the path to the user master's template for Diagrams. |
55
-
|[getRevisionAuthorName()](#getRevisionAuthorName--)| Gets or sets revision author name. |
56
-
|[setRevisionAuthorName(String revisionAuthorName)](#setRevisionAuthorName-java.lang.String-)| Sets the revision author name. |
57
-
|[isLeaveGaps()](#isLeaveGaps--)| Gets a flag that determines whether to leave empty lines instead of inserted/deleted components or not. |
58
-
|[setLeaveGaps(boolean value)](#setLeaveGaps-boolean-)| Sets a flag that determines whether to leave empty lines instead of inserted/deleted components or not. |
59
55
|[getComparisonType()](#getComparisonType--)| Gets a type of source and target documents as [ComparisonType](../../com.groupdocs.comparison.options.enums/comparisontype) object so that Comparison will know how to compare them. |
60
56
|[setComparisonType(ComparisonType comparisonType)](#setComparisonType-com.groupdocs.comparison.options.enums.ComparisonType-)| Sets a type of source and target documents as [ComparisonType](../../com.groupdocs.comparison.options.enums/comparisontype) object so that Comparison will know how to compare them. |
61
57
|[getPaperSize()](#getPaperSize--)| Gets a size of a paper in result document as [PaperSize](../../com.groupdocs.comparison.options.enums/papersize) object. |
@@ -90,18 +86,10 @@ Example usage:
90
86
|[setDeletedItemStyle(StyleSettings value)](#setDeletedItemStyle-com.groupdocs.comparison.options.style.StyleSettings-)| Sets a style settings that will be applied to deleted items. |
91
87
|[getChangedItemStyle()](#getChangedItemStyle--)| Gets a style settings that will be applied to changed items. |
92
88
|[setChangedItemStyle(StyleSettings value)](#setChangedItemStyle-com.groupdocs.comparison.options.style.StyleSettings-)| Sets a style settings that will be applied to changed items. |
93
-
|[getMarkLineBreaks()](#getMarkLineBreaks--)| Get a value indicating whether to mark line breaks. |
94
-
|[setMarkLineBreaks(boolean value)](#setMarkLineBreaks-boolean-)| Set a value indicating whether to mark line breaks. |
95
89
|[isCompareImagesPdf()](#isCompareImagesPdf--)| Get a value indicating whether to compare images. |
96
90
|[setCompareImagesPdf(boolean compareImagesPdf)](#setCompareImagesPdf-boolean-)| Set a value indicating whether to compare images. |
97
91
|[getImagesInheritanceMode()](#getImagesInheritanceMode--)| Get a value indicating whether images inheritance mode |
98
92
|[setImagesInheritanceMode(ImagesInheritance imagesInheritanceMode)](#setImagesInheritanceMode-com.groupdocs.comparison.options.enums.ImagesInheritance-)| Set a value indicating whether to images inheritance mode. |
99
-
|[isCompareBookmarks()](#isCompareBookmarks--)| Gets a flag that indicates whether bookmarks in Word documents will be compared. |
100
-
|[setCompareBookmarks(boolean value)](#setCompareBookmarks-boolean-)| Sets a flag that indicates whether bookmarks in Word documents should be compared. |
101
-
|[isCompareVariableProperty()](#isCompareVariableProperty--)| Gets a flag that indicates whether variables properties in Word documents will be compared. |
102
-
|[setCompareVariableProperty(boolean value)](#setCompareVariableProperty-boolean-)| Sets a flag that indicates whether variables properties in Word documents should be compared. |
103
-
|[isCompareDocumentProperty()](#isCompareDocumentProperty--)| Gets a flag that indicates whether built and custom properties in Word documents will be compared. |
104
-
|[setCompareDocumentProperty(boolean value)](#setCompareDocumentProperty-boolean-)| Sets a flag that indicates whether built and custom properties in Word documents should be compared. |
105
93
|[getSensitivityOfComparison()](#getSensitivityOfComparison--)| Gets a sensitivity of comparison. |
106
94
|[setSensitivityOfComparison(int value)](#setSensitivityOfComparison-int-)| Sets a sensitivity of comparison. |
107
95
|[setSensitivityOfComparisonForTables(Integer value)](#setSensitivityOfComparisonForTables-java.lang.Integer-)| Sets a sensitivity of comparison for tables. |
@@ -113,10 +101,6 @@ Example usage:
113
101
|[setOriginalSize(OriginalSize value)](#setOriginalSize-com.groupdocs.comparison.options.OriginalSize-)| Sets an original sizes of compared documents represented by [OriginalSize](../../com.groupdocs.comparison.options/originalsize) object. |
114
102
|[getDiagramMasterSetting()](#getDiagramMasterSetting--)| Gets a setting of master page for Diagram documents represented by [DiagramMasterSetting](../../com.groupdocs.comparison.options.style/diagrammastersetting) object. |
115
103
|[setDiagramMasterSetting(DiagramMasterSetting value)](#setDiagramMasterSetting-com.groupdocs.comparison.options.style.DiagramMasterSetting-)| Sets a setting of master page for Diagram documents represented by [DiagramMasterSetting](../../com.groupdocs.comparison.options.style/diagrammastersetting) object. |
116
-
|[isShowRevisions()](#isShowRevisions--)| Gets a flag that indicates whether others revisions in the resulting document will be displayed. |
117
-
|[setShowRevisions(boolean value)](#setShowRevisions-boolean-)| Sets a flag that indicates whether others revisions in the resulting document should be displayed. |
118
-
|[isWordTrackChanges()](#isWordTrackChanges--)| Gets a flag that indicates whether Words Track Revisions will be compared. |
119
-
|[setWordTrackChanges(boolean value)](#setWordTrackChanges-boolean-)| Sets a flag that indicates whether Words Track Revisions should be compared. |
120
104
|[isDirectoryCompare()](#isDirectoryCompare--)| Returns a flag that indicates whether directory comparison is enabled. |
121
105
|[setDirectoryCompare(boolean directoryCompare)](#setDirectoryCompare-boolean-)| Sets a flag that indicates whether directory comparison should be enabled. |
122
106
|[isShowOnlyChanged()](#isShowOnlyChanged--)| Returns a boolean value that indicates whether only changed items should be displayed. |
@@ -198,56 +182,6 @@ Sets the path to the user master's template for Diagrams.
198
182
| --- | --- | --- |
199
183
| userMasterPath | java.lang.String | The path to the user master's template for Diagrams. |
public void setRevisionAuthorName(String revisionAuthorName)
214
-
```
215
-
216
-
217
-
Sets the revision author name. Enabled if not null.
218
-
219
-
**Parameters:**
220
-
| Parameter | Type | Description |
221
-
| --- | --- | --- |
222
-
| revisionAuthorName | java.lang.String | The new revision author name to be set. |
223
-
224
-
### isLeaveGaps() {#isLeaveGaps--}
225
-
```
226
-
public boolean isLeaveGaps()
227
-
```
228
-
229
-
230
-
Gets a flag that determines whether to leave empty lines instead of inserted/deleted components or not.
231
-
232
-
Whether to display empty lines instead of inserted/deleted components in the final document or not. Used with [isShowInsertedContent()](../../com.groupdocs.comparison.options/compareoptions\#isShowInsertedContent--) or [isShowDeletedContent()](../../com.groupdocs.comparison.options/compareoptions\#isShowDeletedContent--) properties.
233
-
234
-
**Returns:**
235
-
boolean - true if empty lines should be displayed instead of inserted/deleted components, otherwise false
Sets a flag that determines whether to leave empty lines instead of inserted/deleted components or not.
243
-
244
-
Whether to display empty lines instead of inserted/deleted components in the final document or not. Used with [isShowInsertedContent()](../../com.groupdocs.comparison.options/compareoptions\#isShowInsertedContent--) or [isShowDeletedContent()](../../com.groupdocs.comparison.options/compareoptions\#isShowDeletedContent--) properties.
245
-
246
-
**Parameters:**
247
-
| Parameter | Type | Description |
248
-
| --- | --- | --- |
249
-
| value | boolean | true if empty lines should be displayed instead of inserted/deleted components, otherwise false |
250
-
251
185
### getComparisonType() {#getComparisonType--}
252
186
```
253
187
public ComparisonType getComparisonType()
@@ -647,29 +581,6 @@ Sets a style settings that will be applied to changed items.
647
581
| --- | --- | --- |
648
582
| value |[StyleSettings](../../com.groupdocs.comparison.options.style/stylesettings)| Style settings of changed items |
649
583
650
-
### getMarkLineBreaks() {#getMarkLineBreaks--}
651
-
```
652
-
public final boolean getMarkLineBreaks()
653
-
```
654
-
655
-
656
-
Get a value indicating whether to mark line breaks.
0 commit comments