Skip to content

Commit 6d4970c

Browse files
Update file(s) "/." from "groupdocs-comparison/Groupdocs.Comparison-References"
1 parent 5b643b8 commit 6d4970c

File tree

4 files changed

+23
-216
lines changed
  • content/sites/groupdocs/comparison/english/java

4 files changed

+23
-216
lines changed

content/sites/groupdocs/comparison/english/java/com.groupdocs.comparison.license/license/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The License class provides methods to set and apply licenses for GroupDocs.Compa
1616

1717
It allows you to enable or disable specific features of the library based on the license applied.
1818

19-
* More about licensing: [GroupDocs Licensing FAQ][]
2019
* More about GroupDocs.Comparison licensing: [Evaluation Limitations and Licensing][]
2120

2221
Example usage:
@@ -29,7 +28,6 @@ Example usage:
2928
```
3029

3130

32-
[GroupDocs Licensing FAQ]: https://purchase.groupdocs.com/faqs/licensing
3331
[Evaluation Limitations and Licensing]: https://docs.groupdocs.com/display/comparisonjava/Evaluation+Limitations+and+Licensing+of+GroupDocs.Comparison
3432
## Constructors
3533

content/sites/groupdocs/comparison/english/java/com.groupdocs.comparison.license/metered/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public class Metered
1414

1515
Provides methods to apply metered license to Comparison.
1616

17-
* More about Metered licensing: [Metered Licensing FAQ][]
1817
* More about GroupDocs.Comparison licensing: [Evaluation Limitations and Licensing][]
1918

2019
Short example usage:
@@ -27,7 +26,6 @@ Short example usage:
2726
```
2827

2928

30-
[Metered Licensing FAQ]: https://purchase.groupdocs.com/faqs/licensing/metered
3129
[Evaluation Limitations and Licensing]: https://docs.groupdocs.com/display/comparisonjava/Evaluation+Limitations+and+Licensing+of+GroupDocs.Comparison
3230
## Constructors
3331

content/sites/groupdocs/comparison/english/java/com.groupdocs.comparison.options/compareoptions/_index.md

Lines changed: 0 additions & 204 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ Example usage:
5252
| [setIgnoreChangeSettings(IgnoreChangeSensitivitySettings ignoreChangeSettings)](#setIgnoreChangeSettings-com.groupdocs.comparison.options.IgnoreChangeSensitivitySettings-) | Sets settings to ignore changes based on similarity. |
5353
| [getUserMasterPath()](#getUserMasterPath--) | Gets the path to the user master's template for Diagrams. |
5454
| [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. |
5955
| [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. |
6056
| [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. |
6157
| [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:
9086
| [setDeletedItemStyle(StyleSettings value)](#setDeletedItemStyle-com.groupdocs.comparison.options.style.StyleSettings-) | Sets a style settings that will be applied to deleted items. |
9187
| [getChangedItemStyle()](#getChangedItemStyle--) | Gets a style settings that will be applied to changed items. |
9288
| [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. |
9589
| [isCompareImagesPdf()](#isCompareImagesPdf--) | Get a value indicating whether to compare images. |
9690
| [setCompareImagesPdf(boolean compareImagesPdf)](#setCompareImagesPdf-boolean-) | Set a value indicating whether to compare images. |
9791
| [getImagesInheritanceMode()](#getImagesInheritanceMode--) | Get a value indicating whether images inheritance mode |
9892
| [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. |
10593
| [getSensitivityOfComparison()](#getSensitivityOfComparison--) | Gets a sensitivity of comparison. |
10694
| [setSensitivityOfComparison(int value)](#setSensitivityOfComparison-int-) | Sets a sensitivity of comparison. |
10795
| [setSensitivityOfComparisonForTables(Integer value)](#setSensitivityOfComparisonForTables-java.lang.Integer-) | Sets a sensitivity of comparison for tables. |
@@ -113,10 +101,6 @@ Example usage:
113101
| [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. |
114102
| [getDiagramMasterSetting()](#getDiagramMasterSetting--) | Gets a setting of master page for Diagram documents represented by [DiagramMasterSetting](../../com.groupdocs.comparison.options.style/diagrammastersetting) object. |
115103
| [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. |
120104
| [isDirectoryCompare()](#isDirectoryCompare--) | Returns a flag that indicates whether directory comparison is enabled. |
121105
| [setDirectoryCompare(boolean directoryCompare)](#setDirectoryCompare-boolean-) | Sets a flag that indicates whether directory comparison should be enabled. |
122106
| [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.
198182
| --- | --- | --- |
199183
| userMasterPath | java.lang.String | The path to the user master's template for Diagrams. |
200184

201-
### getRevisionAuthorName() {#getRevisionAuthorName--}
202-
```
203-
public String getRevisionAuthorName()
204-
```
205-
206-
207-
Gets or sets revision author name. Enabled if not null.
208-
209-
**Returns:**
210-
java.lang.String - The revision author name.
211-
### setRevisionAuthorName(String revisionAuthorName) {#setRevisionAuthorName-java.lang.String-}
212-
```
213-
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
236-
### setLeaveGaps(boolean value) {#setLeaveGaps-boolean-}
237-
```
238-
public void setLeaveGaps(boolean value)
239-
```
240-
241-
242-
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-
251185
### getComparisonType() {#getComparisonType--}
252186
```
253187
public ComparisonType getComparisonType()
@@ -647,29 +581,6 @@ Sets a style settings that will be applied to changed items.
647581
| --- | --- | --- |
648582
| value | [StyleSettings](../../com.groupdocs.comparison.options.style/stylesettings) | Style settings of changed items |
649583

650-
### getMarkLineBreaks() {#getMarkLineBreaks--}
651-
```
652-
public final boolean getMarkLineBreaks()
653-
```
654-
655-
656-
Get a value indicating whether to mark line breaks.
657-
658-
**Returns:**
659-
boolean - style settings of changed items
660-
### setMarkLineBreaks(boolean value) {#setMarkLineBreaks-boolean-}
661-
```
662-
public final void setMarkLineBreaks(boolean value)
663-
```
664-
665-
666-
Set a value indicating whether to mark line breaks.
667-
668-
**Parameters:**
669-
| Parameter | Type | Description |
670-
| --- | --- | --- |
671-
| value | boolean | Style settings of changed items |
672-
673584
### isCompareImagesPdf() {#isCompareImagesPdf--}
674585
```
675586
public boolean isCompareImagesPdf()
@@ -716,75 +627,6 @@ Set a value indicating whether to images inheritance mode.
716627
| --- | --- | --- |
717628
| imagesInheritanceMode | com.groupdocs.comparison.options.enums.ImagesInheritance | Images inheritance mode |
718629

719-
### isCompareBookmarks() {#isCompareBookmarks--}
720-
```
721-
public boolean isCompareBookmarks()
722-
```
723-
724-
725-
Gets a flag that indicates whether bookmarks in Word documents will be compared.
726-
727-
**Returns:**
728-
boolean - true if bookmarks in Word documents will be compared, otherwise false
729-
### setCompareBookmarks(boolean value) {#setCompareBookmarks-boolean-}
730-
```
731-
public void setCompareBookmarks(boolean value)
732-
```
733-
734-
735-
Sets a flag that indicates whether bookmarks in Word documents should be compared.
736-
737-
**Parameters:**
738-
| Parameter | Type | Description |
739-
| --- | --- | --- |
740-
| value | boolean | true if bookmarks in Word documents should be compared, otherwise false |
741-
742-
### isCompareVariableProperty() {#isCompareVariableProperty--}
743-
```
744-
public boolean isCompareVariableProperty()
745-
```
746-
747-
748-
Gets a flag that indicates whether variables properties in Word documents will be compared.
749-
750-
**Returns:**
751-
boolean - true if variables properties in Word documents will be compared, otherwise false
752-
### setCompareVariableProperty(boolean value) {#setCompareVariableProperty-boolean-}
753-
```
754-
public void setCompareVariableProperty(boolean value)
755-
```
756-
757-
758-
Sets a flag that indicates whether variables properties in Word documents should be compared.
759-
760-
**Parameters:**
761-
| Parameter | Type | Description |
762-
| --- | --- | --- |
763-
| value | boolean | true if variables properties in Word documents should be compared, otherwise false |
764-
765-
### isCompareDocumentProperty() {#isCompareDocumentProperty--}
766-
```
767-
public boolean isCompareDocumentProperty()
768-
```
769-
770-
771-
Gets a flag that indicates whether built and custom properties in Word documents will be compared.
772-
773-
**Returns:**
774-
boolean - true if built and custom properties in Word documents will be compared, otherwise false
775-
### setCompareDocumentProperty(boolean value) {#setCompareDocumentProperty-boolean-}
776-
```
777-
public void setCompareDocumentProperty(boolean value)
778-
```
779-
780-
781-
Sets a flag that indicates whether built and custom properties in Word documents should be compared.
782-
783-
**Parameters:**
784-
| Parameter | Type | Description |
785-
| --- | --- | --- |
786-
| value | boolean | true if built and custom properties in Word documents should be compared, otherwise false |
787-
788630
### getSensitivityOfComparison() {#getSensitivityOfComparison--}
789631
```
790632
public final int getSensitivityOfComparison()
@@ -941,52 +783,6 @@ Sets a setting of master page for Diagram documents represented by [DiagramMaste
941783
| --- | --- | --- |
942784
| value | [DiagramMasterSetting](../../com.groupdocs.comparison.options.style/diagrammastersetting) | The diagram master page setting |
943785

944-
### isShowRevisions() {#isShowRevisions--}
945-
```
946-
public boolean isShowRevisions()
947-
```
948-
949-
950-
Gets a flag that indicates whether others revisions in the resulting document will be displayed.
951-
952-
**Returns:**
953-
boolean - value true if others revisions in the resulting document will be displayed, otherwise false
954-
### setShowRevisions(boolean value) {#setShowRevisions-boolean-}
955-
```
956-
public void setShowRevisions(boolean value)
957-
```
958-
959-
960-
Sets a flag that indicates whether others revisions in the resulting document should be displayed.
961-
962-
**Parameters:**
963-
| Parameter | Type | Description |
964-
| --- | --- | --- |
965-
| value | boolean | true if others revisions in the resulting document should be displayed, otherwise false |
966-
967-
### isWordTrackChanges() {#isWordTrackChanges--}
968-
```
969-
public boolean isWordTrackChanges()
970-
```
971-
972-
973-
Gets a flag that indicates whether Words Track Revisions will be compared.
974-
975-
**Returns:**
976-
boolean - true if Words Track Revisions will be compared, otherwise false
977-
### setWordTrackChanges(boolean value) {#setWordTrackChanges-boolean-}
978-
```
979-
public void setWordTrackChanges(boolean value)
980-
```
981-
982-
983-
Sets a flag that indicates whether Words Track Revisions should be compared.
984-
985-
**Parameters:**
986-
| Parameter | Type | Description |
987-
| --- | --- | --- |
988-
| value | boolean | true if Words Track Revisions should be compared, otherwise false |
989-
990786
### isDirectoryCompare() {#isDirectoryCompare--}
991787
```
992788
public boolean isDirectoryCompare()

0 commit comments

Comments
 (0)