| Package | Description |
|---|---|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| Modifier and Type | Method and Description |
|---|---|
CompareOptions.Builder |
CompareOptions.Builder.setCalculateCoordinates(boolean value)
Sets a flag that indicates whether to calculate coordinates for changed components.
|
CompareOptions.Builder |
CompareOptions.Builder.setCalculateCoordinatesMode(com.groupdocs.comparison.options.enums.CalculateCoordinatesModeEnumeration value)
Sets a calculate coordinates mode as
CalculateCoordinatesModeEnumeration object. |
CompareOptions.Builder |
CompareOptions.Builder.setChangedItemStyle(StyleSettings value)
Sets a style settings that will be applied to changed items.
|
CompareOptions.Builder |
CompareOptions.Builder.setCompareBookmarks(boolean value)
Sets a flag that indicates whether bookmarks in Word documents should be compared.
|
CompareOptions.Builder |
CompareOptions.Builder.setCompareDocumentProperty(boolean value)
Sets a flag that indicates whether built and custom properties in Word documents should be compared.
|
CompareOptions.Builder |
CompareOptions.Builder.setCompareVariableProperty(boolean value)
Sets a flag that indicates whether variables properties in Word documents should be compared.
|
CompareOptions.Builder |
CompareOptions.Builder.setComparisonType(ComparisonType comparisonType)
Sets a type of source and target documents as
ComparisonType object so that Comparison will know how to compare them. |
CompareOptions.Builder |
CompareOptions.Builder.setDeletedItemStyle(StyleSettings value)
Sets a style settings that will be applied to deleted items.
|
CompareOptions.Builder |
CompareOptions.Builder.setDetalisationLevel(DetalisationLevel value)
Sets a level of comparison detalization represented as
DetalisationLevel. |
CompareOptions.Builder |
CompareOptions.Builder.setDetectStyleChanges(boolean value)
Sets a flag that indicates whether to detect style changes or not.
|
CompareOptions.Builder |
CompareOptions.Builder.setDiagramMasterSetting(DiagramMasterSetting value)
Sets a setting of master page for Diagram documents represented by
DiagramMasterSetting object. |
CompareOptions.Builder |
CompareOptions.Builder.setDirectoryCompare(boolean value) |
CompareOptions.Builder |
CompareOptions.Builder.setExtendedSummaryPage(boolean value)
Sets a flag that indicates whether to add extended file comparison information to the summary page or not.
|
CompareOptions.Builder |
CompareOptions.Builder.setFolderComparisonExtension(com.groupdocs.comparison.options.enums.FolderComparisonExtension value) |
CompareOptions.Builder |
CompareOptions.Builder.setGenerateSummaryPage(boolean value)
Sets a flag that indicates whether to add summary page with detected changes statistics to resultant document or not.
|
CompareOptions.Builder |
CompareOptions.Builder.setHeaderFootersComparison(boolean value)
Sets a flag that indicates whether to compare header/footer contents.
|
CompareOptions.Builder |
CompareOptions.Builder.setInsertedItemStyle(StyleSettings value)
Sets a style settings that will be applied to inserted items.
|
CompareOptions.Builder |
CompareOptions.Builder.setLeaveGaps(boolean value)
Sets a flag that determines whether to leave empty lines instead of inserted/deleted components or not.
|
CompareOptions.Builder |
CompareOptions.Builder.setMarkChangedContent(boolean value)
Sets a flag that indicates whether frames for shapes in Word Processing and for rectangles in Image documents will be used.
|
CompareOptions.Builder |
CompareOptions.Builder.setMarkNestedContent(boolean value)
Sets a flag that indicates whether to mark the children of the deleted or inserted elements as deleted or inserted.
|
CompareOptions.Builder |
CompareOptions.Builder.setMultipleComparison(boolean value)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
CompareOptions.Builder |
CompareOptions.Builder.setOriginalSize(OriginalSize value)
Sets an original sizes of compared documents represented by
OriginalSize object. |
CompareOptions.Builder |
CompareOptions.Builder.setPaperSize(PaperSize value)
Sets a size of a paper in result document as
PaperSize object. |
CompareOptions.Builder |
CompareOptions.Builder.setPasswordSaveOption(PasswordSaveOption value)
Sets a password save option represented by
PasswordSaveOption object. |
CompareOptions.Builder |
CompareOptions.Builder.setRevisionAuthorName(String value) |
CompareOptions.Builder |
CompareOptions.Builder.setSavedMetaData(FileAuthorMetadata value)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
CompareOptions.Builder |
CompareOptions.Builder.setSensitivityOfComparison(int value)
Sets a sensitivity of comparison.
|
CompareOptions.Builder |
CompareOptions.Builder.setShowDeletedContent(boolean value)
Sets a flag that indicates whether to show deleted components in resultant document or not.
|
CompareOptions.Builder |
CompareOptions.Builder.setShowOnlyChanged(boolean value) |
CompareOptions.Builder |
CompareOptions.Builder.setShowRevisions(boolean value)
Sets a flag that indicates whether others revisions in the resulting document should be displayed.
|
CompareOptions.Builder |
CompareOptions.Builder.setUserMasterPath(String value) |
CompareOptions.Builder |
CompareOptions.Builder.setWordsSeparatorChars(char[] value)
Sets an array of delimiters which will be used to split text into words.
|
CompareOptions.Builder |
CompareOptions.Builder.setWordTrackChanges(boolean value)
Sets a flag that indicates whether Words Track Revisions should be compared.
|
Copyright © 2024. All rights reserved.