Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

add(String) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target document to the comparison process.
add(String, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target document or folder to the comparison process.
add(Path) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target document to the comparison process.
add(String...) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target documents to the comparison process.
add(Path...) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target documents to the comparison process.
add(String, LoadOptions) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target document to the comparison process with loading options specified.
add(Path, LoadOptions) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target document to the comparison process with loading options specified.
add(Path, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target document to the comparison process with loading options specified.
add(InputStream) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target document to the comparison process.
add(InputStream...) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target documents to the comparison process.
add(InputStream, LoadOptions) - Method in class com.groupdocs.comparison.Comparer
Adds the specified target document to the comparison process with loading options specified.
ApplyChangeOptions - Class in com.groupdocs.comparison.options
Allows updating the list of changes before applying them to the resulting document.
ApplyChangeOptions() - Constructor for class com.groupdocs.comparison.options.ApplyChangeOptions
Initializes a new instance of the ApplyChangeOptions class.
ApplyChangeOptions(List<ChangeInfo>) - Constructor for class com.groupdocs.comparison.options.ApplyChangeOptions
Initializes a new instance of the ApplyChangeOptions class with list of changes.
ApplyChangeOptions(ChangeInfo[]) - Constructor for class com.groupdocs.comparison.options.ApplyChangeOptions
Initializes a new instance of the ApplyChangeOptions class with array of changes.
applyChanges(String, ApplyChangeOptions) - Method in class com.groupdocs.comparison.Comparer
Accepts or rejects changes and applies them to result document.
applyChanges(Path, ApplyChangeOptions) - Method in class com.groupdocs.comparison.Comparer
Accepts or rejects changes and applies them to resultant document.
applyChanges(OutputStream, ApplyChangeOptions) - Method in class com.groupdocs.comparison.Comparer
Accepts or rejects changes and applies them to resultant document.
applyChanges(String, SaveOptions, ApplyChangeOptions) - Method in class com.groupdocs.comparison.Comparer
Accepts or rejects changes and applies them to resultant document.
applyChanges(Path, SaveOptions, ApplyChangeOptions) - Method in class com.groupdocs.comparison.Comparer
Accepts or rejects changes and applies them to resultant document.
applyChanges(OutputStream, SaveOptions, ApplyChangeOptions) - Method in class com.groupdocs.comparison.Comparer
Accepts or rejects changes and applies them to resultant document.
applyRevisionChanges(ApplyRevisionOptions) - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
Processes changes in revisions and applies them to the original file.
applyRevisionChanges(Path, ApplyRevisionOptions) - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
Processes changes in revisions and writes the result to the specified file.
applyRevisionChanges(String, ApplyRevisionOptions) - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
Processes changes in revisions and writes the result to the specified file.
applyRevisionChanges(OutputStream, ApplyRevisionOptions) - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
Processes changes in revisions and writes the result to the document stream.
ApplyRevisionOptions - Class in com.groupdocs.comparison.words.revision
The ApplyRevisionOptions class allows you to update the state of revisions before they are applied to the final document.
ApplyRevisionOptions() - Constructor for class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
Initializes a new instance of the ApplyRevisionOptions class.
ApplyRevisionOptions(List<RevisionInfo>) - Constructor for class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
Instantiates a new ApplyRevisionOptions object with the specified list of revisions.
ApplyRevisionOptions(List<RevisionInfo>, RevisionAction) - Constructor for class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
Instantiates a new ApplyRevisionOptions object with the specified list of revisions and a common revision action.
ApplyRevisionOptions(RevisionAction) - Constructor for class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
Instantiates a new ApplyRevisionOptions object with a common revision action.
areEquals(FileType, FileType) - Static method in enum com.groupdocs.comparison.result.FileType
Checks the equality of provided file types
areNotEquals(FileType, FileType) - Static method in enum com.groupdocs.comparison.result.FileType
Checks are provided file types not equals

B

build() - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Returns the object that was created and configured along with the builder.
build() - Method in class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
Returns the object that was created and configured along with the builder.
build() - Method in class com.groupdocs.comparison.options.load.LoadOptions.Builder
Returns the object that was created and configured along with the builder.
build() - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
Returns the object that was created and configured along with the builder.
build() - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
Returns the object that was created and configured along with the builder.
build() - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting.Builder
Returns the object that was created and configured along with the builder.
build() - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Returns the object that was created and configured along with the builder.
Builder() - Constructor for class com.groupdocs.comparison.options.CompareOptions.Builder
Instantiates a new Builder object.
Builder() - Constructor for class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
Instantiates a new Builder object.
Builder() - Constructor for class com.groupdocs.comparison.options.load.LoadOptions.Builder
 
Builder(Delegates.CreatePageStream, Delegates.ReleasePageStream) - Constructor for class com.groupdocs.comparison.options.PreviewOptions.Builder
Instantiates a new Builder object.
Builder(CreatePageStreamFunction, ReleasePageStreamFunction) - Constructor for class com.groupdocs.comparison.options.PreviewOptions.Builder
Instantiates a new Builder object.
Builder(Delegates.CreatePageStream) - Constructor for class com.groupdocs.comparison.options.PreviewOptions.Builder
Instantiates a new Builder object.
Builder(CreatePageStreamFunction) - Constructor for class com.groupdocs.comparison.options.PreviewOptions.Builder
Instantiates a new Builder object.
Builder() - Constructor for class com.groupdocs.comparison.options.save.SaveOptions.Builder
Instantiates a new Builder object.
Builder() - Constructor for class com.groupdocs.comparison.options.style.DiagramMasterSetting.Builder
Instantiates a new Builder object.
Builder() - Constructor for class com.groupdocs.comparison.options.style.StyleSettings.Builder
Instantiates a new Builder object.

C

CalculateCoordinatesModeEnumeration - Enum in com.groupdocs.comparison.options.enums
Enumerates the type of coordinates calculation.
ChangeInfo - Class in com.groupdocs.comparison.result
The ChangeInfo class represents information about a specific change in a document comparison.
ChangeInfo() - Constructor for class com.groupdocs.comparison.result.ChangeInfo
 
ChangeType - Enum in com.groupdocs.comparison.result
The ChangeType enum represents the types of changes that can occur during the document comparison process.
clear() - Static method in class com.groupdocs.comparison.common.MemoryCleaner
Clears heap memory from static PDF instances (static and threadLocal) and deletes all temp files.
clearAllTempFiles() - Static method in class com.groupdocs.comparison.common.MemoryCleaner
Clears temp files created by GroupDocs.Comparison in the system temp directory.
clearCurrentThreadLocals() - Static method in class com.groupdocs.comparison.common.MemoryCleaner
Safely clears heap memory from thread-local instances for the current thread.
clearFontRegistry() - Static method in class com.groupdocs.comparison.common.MemoryCleaner
Clears font registry information from heap memory.
clearKeepingFontSettings() - Static method in class com.groupdocs.comparison.common.MemoryCleaner
Clears heap memory from static PDF instances (static and threadLocal) and deletes all temp files.
clearStaticInstances() - Static method in class com.groupdocs.comparison.common.MemoryCleaner
Clears heap memory from static PDF instances.
close() - Method in class com.groupdocs.comparison.Comparer
Releases resources.
close() - Method in class com.groupdocs.comparison.Document
 
close() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
Destroys the object making it impossible to get information of the document using this instance of IDocumentInfo object.
close() - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
 
closeStreams(Closeable...) - Static method in class com.groupdocs.comparison.common.Utils
Quietly closes all provided objects catching and logging all IOException.
closeStreams(BiConsumer<Closeable, IOException>, Closeable...) - Static method in class com.groupdocs.comparison.common.Utils
Closes the specified streams, suppressing any exceptions that occur logging or processing IOException
com.groupdocs.comparison - package com.groupdocs.comparison
The package provides classes to compare documents for all popular document formats.
com.groupdocs.comparison.cells.style - package com.groupdocs.comparison.cells.style
Provides classes for working with component styles in Cells format files.
com.groupdocs.comparison.common - package com.groupdocs.comparison.common
Provides utility classes with methods that can be useful when using the GroupDocs.Comparison API.
com.groupdocs.comparison.common.exceptions - package com.groupdocs.comparison.common.exceptions
Provides exceptions which can be thrown during comparison process in GroupDocs.Comparison.
com.groupdocs.comparison.common.function - package com.groupdocs.comparison.common.function
Provides functional interfaces that allow accessing pages data during the document comparison process.
com.groupdocs.comparison.interfaces - package com.groupdocs.comparison.interfaces
Provides interfaces that define contracts for various components and functionalities in GroupDocs.Comparison.
com.groupdocs.comparison.license - package com.groupdocs.comparison.license
Provides classes for working with GroupDocs.Comparison license.
com.groupdocs.comparison.localization - package com.groupdocs.comparison.localization
Provides classes and interfaces for localization in GroupDocs.Comparison.
com.groupdocs.comparison.logging - package com.groupdocs.comparison.logging
Provides classes and interfaces for logging in GroupDocs.Comparison.
com.groupdocs.comparison.options - package com.groupdocs.comparison.options
Provides classes and interfaces for configuring various options and settings related to document comparison.
com.groupdocs.comparison.options.enums - package com.groupdocs.comparison.options.enums
Provides enumerations for various options and settings in GroupDocs.Comparison.
com.groupdocs.comparison.options.load - package com.groupdocs.comparison.options.load
Provides classes and options for configuring loading documents in GroupDocs.Comparison.
com.groupdocs.comparison.options.save - package com.groupdocs.comparison.options.save
Provides classes and options for saving and configuring the output of GroupDocs.Comparison.
com.groupdocs.comparison.options.style - package com.groupdocs.comparison.options.style
Provides classes and options for styling and configuring the visual appearance of the document comparison output in GroupDocs.Comparison.
com.groupdocs.comparison.result - package com.groupdocs.comparison.result
Provides classes and interfaces for working with the result of document comparison.
com.groupdocs.comparison.utils - package com.groupdocs.comparison.utils
 
com.groupdocs.comparison.words.revision - package com.groupdocs.comparison.words.revision
Provides classes and interfaces for representing revisions and tracked changes in Word documents during the comparison process in GroupDocs.Comparison for Java.
compare() - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents without saving result with default options.
compare(String) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and generates a comparison result.
compare(Path) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and generates a comparison result.
compare(OutputStream) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the output stream.
compare(String, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the provided file path.
compare(Path, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the provided file path.
compare(OutputStream, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the output stream.
compare(SaveOptions, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents without saving result.
compare(String, SaveOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the provided file path.
compare(Path, SaveOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the provided file path.
compare(OutputStream, SaveOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the provided file path.
compare(CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents without saving result.
compare(OutputStream, SaveOptions, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the provided output stream.
compare(String, SaveOptions, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the provided file path.
compare(Path, SaveOptions, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified file with the target documents and writes a comparison result to the provided file path.
compareDirectory(String, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified directory with the target directory and saves the comparison result to the provided file path.
compareDirectory(Path, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
Compares the specified directory with the target directory and saves the comparison result to the provided file path.
CompareOptions - Class in com.groupdocs.comparison.options
Allows configuring the process of document comparison.
CompareOptions() - Constructor for class com.groupdocs.comparison.options.CompareOptions
Initializes a new instance of the CompareOptions class.
CompareOptions(StyleSettings, StyleSettings, StyleSettings) - Constructor for class com.groupdocs.comparison.options.CompareOptions
Initializes a new instance of the CompareOptions class with settings for different styles.
CompareOptions.Builder - Class in com.groupdocs.comparison.options
A CompareOptions builder.
Comparer - Class in com.groupdocs.comparison
The Comparer class provides functionality for comparing documents and generating comparison results.
Comparer(String) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source file path.
Comparer(String, CompareOptions) - Constructor for class com.groupdocs.comparison.Comparer
Initializes a new instance of the Comparer class with the specified folder path and compare options.
Comparer(Path) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source file path.
Comparer(String, LoadOptions) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer with the specified source file path and LoadOptions.
Comparer(Path, LoadOptions) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer with the specified source file path and LoadOptions.
Comparer(Path, CompareOptions) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer with the specified source file path and LoadOptions.
Comparer(String, LoadOptions, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source file path, LoadOptions and ComparerSettings.
Comparer(String, LoadOptions, ComparerSettings, CompareOptions) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source file path, LoadOptions and ComparerSettings.
Comparer(String, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source file path and ComparerSettings.
Comparer(Path, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source file path and ComparerSettings.
Comparer(Path, LoadOptions, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source file path, LoadOptions and ComparerSettings.
Comparer(Path, LoadOptions, ComparerSettings, CompareOptions) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source file path, LoadOptions and ComparerSettings.
Comparer(InputStream) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source document stream.
Comparer(InputStream, LoadOptions) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer with the specified source document stream and LoadOptions.
Comparer(InputStream, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified source document stream and ComparerSettings.
Comparer(InputStream, LoadOptions, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified document stream, LoadOptions and ComparerSettings.
Comparer(ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
Initializes new instance of Comparer class with the specified ComparerSettings.
ComparerSettings - Class in com.groupdocs.comparison
Defines settings for customizing the behavior of the Comparer class.
ComparerSettings() - Constructor for class com.groupdocs.comparison.ComparerSettings
Instantiates new instance of ComparerSettings class.
ComparerSettings(ILogger) - Constructor for class com.groupdocs.comparison.ComparerSettings
Instantiates new instance of ComparerSettings class.
ComparisonAction - Enum in com.groupdocs.comparison.result
The ComparisonAction enum represents the actions that can be applied to a change during the document comparison process.
ComparisonException - Exception in com.groupdocs.comparison.common.exceptions
Base class for all exception that is thrown while using Comparison API.
ComparisonException() - Constructor for exception com.groupdocs.comparison.common.exceptions.ComparisonException
Initializes a new instance of the ComparisonException class.
ComparisonException(String) - Constructor for exception com.groupdocs.comparison.common.exceptions.ComparisonException
Initializes a new instance of the ComparisonException class with error message.
ComparisonException(String, Throwable) - Constructor for exception com.groupdocs.comparison.common.exceptions.ComparisonException
Initializes a new instance of the ComparisonException class with error message and an object that represents the cause of the exception.
ComparisonException(Throwable) - Constructor for exception com.groupdocs.comparison.common.exceptions.ComparisonException
Initializes a new instance of the ComparisonException class with an object that represents the cause of the exception.
ComparisonLogger - Class in com.groupdocs.comparison.logging
Implements logging methods and a way to configure integrated or set user defined logger.
ComparisonType - Enum in com.groupdocs.comparison.options.enums
Represents the type of comparison to be performed.
containsOnlyLatinCharsAndPunctuation(String) - Static method in class com.groupdocs.comparison.common.Utils
 
CreatePageStreamFunction - Interface in com.groupdocs.comparison.common.function
Functional interface that is used to create output stream used by Comparison to save preview image.
createStream() - Method in class com.groupdocs.comparison.Document
Creates new stream with document content.

D

debug(String, Object...) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Writes debug message to pre-configured logger.
debug(Throwable, String, Object...) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Writes debug message, stacktrace and message from an exception to pre-configured logger.
debug(String, Object...) - Method in class com.groupdocs.comparison.logging.FileLogger
Writes a debug message to the file.
debug(Throwable, String, Object...) - Method in class com.groupdocs.comparison.logging.FileLogger
Writes a debug message to the file.
DetalisationLevel - Enum in com.groupdocs.comparison.options.style
Specifies the level of comparison details.
DiagramMasterSetting - Class in com.groupdocs.comparison.options.style
Represents the settings for diagram master comparison.
DiagramMasterSetting() - Constructor for class com.groupdocs.comparison.options.style.DiagramMasterSetting
Initializes a new instance of the DiagramMasterSetting class.
DiagramMasterSetting.Builder - Class in com.groupdocs.comparison.options.style
Document - Class in com.groupdocs.comparison
Represents a document for comparison process.
Document(InputStream) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document stream.
Document(String) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document path.
Document(Path) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document path.
Document(Path, String) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document path and a password.
Document(Path, LoadOptions) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document path and load options.
Document(String, String) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document path and a password.
Document(String, LoadOptions) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document path and load options.
Document(InputStream, String) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document stream and a password.
Document(String, boolean) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document path or text content and a flag that indicates what was passed.
Document(InputStream, LoadOptions) - Constructor for class com.groupdocs.comparison.Document
Initializes new instance of Document class with the specified document stream and load options.
DocumentComparisonException - Exception in com.groupdocs.comparison.common.exceptions
The exception that is thrown when an error occurs while comparing documents.
DocumentComparisonException(String, Throwable) - Constructor for exception com.groupdocs.comparison.common.exceptions.DocumentComparisonException
Initializes a new instance of the DocumentComparisonException class with error message and an object that represents the cause of the exception.
DocumentComparisonException(Throwable) - Constructor for exception com.groupdocs.comparison.common.exceptions.DocumentComparisonException
Initializes a new instance of the DocumentComparisonException class with an object that represents the cause of the exception.

E

equals(Object) - Method in class com.groupdocs.comparison.result.Rectangle
equals(Object) - Method in class com.groupdocs.comparison.result.StyleChangeInfo
error(String, Object...) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Writes error message to pre-configured logger.
error(Throwable, String, Object...) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Writes error message, stacktrace and message from an exception to pre-configured logger.
error(String, Object...) - Method in class com.groupdocs.comparison.logging.FileLogger
Writes an error message to the file.
error(Throwable, String, Object...) - Method in class com.groupdocs.comparison.logging.FileLogger
Writes an error message to the file.
EXCEPTION - Static variable in class com.groupdocs.comparison.logging.FileLogger
 

F

FILE_PATH - Static variable in class com.groupdocs.comparison.Comparer
 
FileAuthorMetadata - Class in com.groupdocs.comparison.options
Allows configuring information about the document's author metadata.
FileAuthorMetadata() - Constructor for class com.groupdocs.comparison.options.FileAuthorMetadata
Initializes a new instance of the FileAuthorMetadata class.
FileAuthorMetadata.Builder - Class in com.groupdocs.comparison.options
FileFormatException - Exception in com.groupdocs.comparison.common.exceptions
The exception that is thrown when comparing files with different comparison types.
FileFormatException(String, String) - Constructor for exception com.groupdocs.comparison.common.exceptions.FileFormatException
Initializes a new instance of the FileFormatException class with source and target comparison types.
FileLogger - Class in com.groupdocs.comparison.logging
Logger that writes logs to file.
FileLogger(String) - Constructor for class com.groupdocs.comparison.logging.FileLogger
Initializes a new instance of the FileLogger class with file path.
FileLogger(String, boolean, boolean, boolean, boolean) - Constructor for class com.groupdocs.comparison.logging.FileLogger
Initializes a new instance of the FileLogger class with file path and logs levels configuration.
FileType - Enum in com.groupdocs.comparison.result
The FileType enum represents the type of a file used in the document comparison process.
fromFileNameOrExtension(String) - Static method in enum com.groupdocs.comparison.result.FileType
Return FileType based on file name or extension
fromInt(int) - Static method in enum com.groupdocs.comparison.result.ChangeType
Creates new constant of enum ChangeType using provided numeric value.
fromInt(int) - Static method in enum com.groupdocs.comparison.result.ComparisonAction
Creates new constant of enum ComparisonAction using provided numeric value.
fromInt(int) - Static method in enum com.groupdocs.comparison.words.revision.RevisionType
Creates new constant of enum RevisionType using provided numeric value.
fromString(String) - Static method in enum com.groupdocs.comparison.options.enums.CalculateCoordinatesModeEnumeration
Parses string representation of CalculateCoordinatesModeEnumeration to get the enum constant.
fromString(String) - Static method in enum com.groupdocs.comparison.options.enums.ComparisonType
Parses string representation of ComparisonType to get the enum constant.
fromString(String) - Static method in enum com.groupdocs.comparison.options.enums.MetadataType
Parses string representation of MetadataType to get the enum constant.
fromString(String) - Static method in enum com.groupdocs.comparison.options.enums.PaperSize
Parses string representation of PaperSize to get the enum constant.
fromString(String) - Static method in enum com.groupdocs.comparison.options.enums.PasswordSaveOption
Parses string representation of PasswordSaveOption to get the enum constant.
fromString(String) - Static method in enum com.groupdocs.comparison.options.enums.PreviewFormats
Parses string representation of PreviewFormats to get the enum constant.
fromString(String) - Static method in enum com.groupdocs.comparison.options.style.DetalisationLevel
Parses string representation of DetalisationLevel to get the enum constant.
fromString(String) - Static method in enum com.groupdocs.comparison.result.ChangeType
Parses string representation of ChangeType to get the enum constant.
fromString(String) - Static method in enum com.groupdocs.comparison.result.ComparisonAction
Parses string representation of ComparisonAction to get the enum constant.
fromString(String) - Static method in enum com.groupdocs.comparison.words.revision.RevisionType
Parses string representation of RevisionType to get the enum constant.

G

generatePreview(PreviewOptions) - Method in class com.groupdocs.comparison.Document
Generates document previews based on the provided PreviewOptions.
getAction() - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
Gets the action associated with the revision (accept or reject).
getAuthor() - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
Gets the author of a document.
getAuthor() - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
Gets the author of the revision.
getAuthors() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets the list of authors.
getBox() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets coordinates of changed element on the page.
getCalculateCoordinatesMode() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a calculate coordinates mode as CalculateCoordinatesModeEnumeration object.
getChangedItemStyle() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a style settings that will be applied to changed items.
GetChangeOptions - Class in com.groupdocs.comparison.options
Allows configuring filtering for retrieving specific change types from the comparison result.
GetChangeOptions() - Constructor for class com.groupdocs.comparison.options.GetChangeOptions
Initializes a new instance of the GetChangeOptions class.
GetChangeOptions(ChangeType) - Constructor for class com.groupdocs.comparison.options.GetChangeOptions
Initializes a new instance of the GetChangeOptions class for specified filter type.
getChanges() - Method in class com.groupdocs.comparison.Comparer
Retrieves an array of ChangeInfo objects representing the changes detected during the comparison process.
getChanges(GetChangeOptions) - Method in class com.groupdocs.comparison.Comparer
Retrieves an array of ChangeInfo objects representing the changes detected during the comparison process.
getChanges() - Method in class com.groupdocs.comparison.Document
Gets a list of ChangeInfo objects representing the changes detected during the comparison process.
getChanges() - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
Gets an array of changes that must be applied to the resulting document.
getChanges() - Method in class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
Gets the list of revisions to be applied.
getCloneMetadataType() - Method in class com.groupdocs.comparison.options.save.SaveOptions
Gets a strategy of processing metadata saving result document.
getColumn() - Method in class com.groupdocs.comparison.result.ChangeInfo
 
getColumnHeader() - Method in class com.groupdocs.comparison.result.ChangeInfo
 
getCommonHandler() - Method in class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
Gets the common revision action to be applied to all revisions.
getCompany() - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
Gets name of a company whose document is.
getComparisonAction() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets the action that will be applied to the change.
getComparisonType() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a type of source and target documents as ComparisonType object so that Comparison will know how to compare them.
getComponentType() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets the type of the changed component.
getConsumptionCredit() - Static method in class com.groupdocs.comparison.license.Metered
Retrieves amount of used credits.
getConsumptionQuantity() - Static method in class com.groupdocs.comparison.license.Metered
Gets consumption quantity.
getCreatePageStream() - Method in class com.groupdocs.comparison.options.PreviewOptions
Gets a function to create output page preview stream.
getDeletedItemStyle() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a style settings that will be applied to deleted items.
getDetalisationLevel() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a level of comparison detalization represented as DetalisationLevel.
getDiagramMasterSetting() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a setting of master page for Diagram documents represented by DiagramMasterSetting object.
getDocumentInfo() - Method in class com.groupdocs.comparison.Document
Gets information about the document, including document type, page count, page sizes, and more.
getEndStringSeparator() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets the end string separator.
getExtension() - Method in enum com.groupdocs.comparison.result.FileType
Gets the extension of the file type
getFileAuthorMetadata() - Method in class com.groupdocs.comparison.options.save.SaveOptions
Gets a metadata object that will be set into result document when SaveOptions.setCloneMetadataType(MetadataType) is set to MetadataType.FILE_AUTHOR.
getFileFormat() - Method in enum com.groupdocs.comparison.result.FileType
Gets text description of the file type
getFileType() - Method in class com.groupdocs.comparison.Document
Gets the type of the document.
getFileType() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
Gets a type of the file represented by FileType enum.
getFileType() - Method in class com.groupdocs.comparison.options.load.LoadOptions
Gets a type of a file that is loading.
getFilter() - Method in class com.groupdocs.comparison.options.GetChangeOptions
Gets the filter for retrieving specific change types from the comparison result.
getFolderComparisonExtension() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets the format of the resulting folder comparison file.
getFolderPath() - Method in class com.groupdocs.comparison.options.save.SaveOptions
Gets a folder path to which result images will be saved.
getFontColor() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets the font color.
getFontDirectories() - Method in class com.groupdocs.comparison.options.load.LoadOptions
Gets a list of directories where font files to load a document are placed.
getHeight() - Method in class com.groupdocs.comparison.options.OriginalSize
Gets the height of the document's pages.
getHeight() - Method in class com.groupdocs.comparison.options.PreviewOptions
Gets the height of the preview images.
getHeight() - Method in class com.groupdocs.comparison.options.style.Size
Gets the height of an original document.
getHeight() - Method in class com.groupdocs.comparison.result.PageInfo
Gets the height of the page
getHeight() - Method in class com.groupdocs.comparison.result.Rectangle
Gets the height of the rectangle.
getHighlightColor() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets the highlight color.
getId() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets unique id of the change.
getIgnoreChangeSettings() - Method in class com.groupdocs.comparison.options.CompareOptions
Get settings to ignore changes based on similarity.
getImagesInheritanceMode() - Method in class com.groupdocs.comparison.options.CompareOptions
Get a value indicating whether images inheritance mode
getInsertedItemStyle() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a style settings that will be applied to inserted items.
getLastSaveBy() - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
Gets name of a person who saved the document for the last time.
getLogger() - Method in class com.groupdocs.comparison.ComparerSettings
Gets the logger implementation used for logging.
getLogger() - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Gets pre-configured logger that will be used to write all types of logs.
getMasterPath() - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting
Gets a master path that will be used to render documents.
getMethodByTag(Class<?>, String, boolean) - Static method in class com.groupdocs.comparison.common.Utils
 
getName() - Method in class com.groupdocs.comparison.Document
Gets the name of the document.
getNewValue() - Method in class com.groupdocs.comparison.result.StyleChangeInfo
Gets the new value of the property.
getOldValue() - Method in class com.groupdocs.comparison.result.StyleChangeInfo
Gets the old value of the property.
getOriginalSize() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets an original sizes of compared documents represented by OriginalSize object.
getOriginalSize() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets the original size of comparing documents.
getPageCount() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
Gets a count of the file.
getPageInfo() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets information about the page, on which current change was found.
getPageNumber() - Method in class com.groupdocs.comparison.result.PageInfo
Gets the number of the page
getPageNumbers() - Method in class com.groupdocs.comparison.options.PreviewOptions
Gets an array of page numbers for which preview images will be generated.
getPagesInfo() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
Gets information for each page of the file using PageInfo class.
getPaperSize() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a size of a paper in result document as PaperSize object.
getPassword() - Method in class com.groupdocs.comparison.Document
Gets the password of the document
getPassword() - Method in class com.groupdocs.comparison.options.load.LoadOptions
Gets a password that will be used to load a document.
getPassword() - Method in class com.groupdocs.comparison.options.save.SaveOptions
Gets a password for result document.
getPasswordSaveOption() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a password save option represented by PasswordSaveOption object.
getPreviewFormat() - Method in class com.groupdocs.comparison.options.PreviewOptions
Gets a format of preview images.
getPropertyName() - Method in class com.groupdocs.comparison.result.StyleChangeInfo
Gets the name of the property that was changed.
getReleasePageStream() - Method in class com.groupdocs.comparison.options.PreviewOptions
Gets a function to release output page preview stream.
getResultString() - Method in class com.groupdocs.comparison.Comparer
Gets result string after comparison (For Text Comparison only).
getRevisions() - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
Gets the list of all revisions.
getRow() - Method in class com.groupdocs.comparison.result.ChangeInfo
 
getSensitivityOfComparison() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a sensitivity of comparison.
getSensitivityOfComparisonForTables() - Method in class com.groupdocs.comparison.options.CompareOptions
Get a sensitivity of comparison for tables.
getShapeColor() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets the shape color.
getSize() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
Gets a size of the file.
getSource() - Method in class com.groupdocs.comparison.Comparer
Gets the source document that is being compared.
getSourceFolder() - Method in class com.groupdocs.comparison.Comparer
Returns the source folder that is being compared.
getSourceText() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets changed text from source document.
getStartStringSeparator() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets the start string separator.
getStreamLength() - Method in class com.groupdocs.comparison.Document
Gets the size of the document
getStyleChanges() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets the list of style changes.
getSupportedFileTypes() - Static method in enum com.groupdocs.comparison.result.FileType
Gets list of supported file types
getTargetFolder() - Method in class com.groupdocs.comparison.Comparer
Returns the target folder that is being compared.
getTargets() - Method in class com.groupdocs.comparison.Comparer
List of target documents to compare with source file.
getTargetText() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets changed text from target document.
getText() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets text value of the change.
getText() - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
Gets the text content of the revision.
getType() - Method in class com.groupdocs.comparison.result.ChangeInfo
Gets the type of the change represented by enum ChangeType.
getType() - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
Gets the type of the revision, depending on the type the Action (accept or reject) logic changes.
getUserMasterPath() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets the path to the user master's template for Diagrams.
getWidth() - Method in class com.groupdocs.comparison.options.OriginalSize
Gets the width of the document's pages.
getWidth() - Method in class com.groupdocs.comparison.options.PreviewOptions
Gets the width of the preview images.
getWidth() - Method in class com.groupdocs.comparison.options.style.Size
Gets the width of an original document.
getWidth() - Method in class com.groupdocs.comparison.result.PageInfo
Gets the width of the page
getWidth() - Method in class com.groupdocs.comparison.result.Rectangle
Gets the width of the rectangle.
getWordsSeparators() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets the word separator chars.
getX() - Method in class com.groupdocs.comparison.result.Rectangle
Gets the x-coordinate of the top-left corner of the rectangle.
getY() - Method in class com.groupdocs.comparison.result.Rectangle
Gets the y-coordinate of the top-left corner of the rectangle.
GROUP_DOCS - Static variable in class com.groupdocs.comparison.options.FileAuthorMetadata
 

H

hashCode() - Method in class com.groupdocs.comparison.result.Rectangle
hashCode() - Method in class com.groupdocs.comparison.result.StyleChangeInfo

I

IDocumentInfo - Interface in com.groupdocs.comparison.interfaces
Provides access to document properties.
ignoreChangeSettings - Variable in class com.groupdocs.comparison.options.CompareOptions
 
InvalidPasswordException - Exception in com.groupdocs.comparison.common.exceptions
The exception that is thrown when specified password is incorrect.
InvalidPasswordException() - Constructor for exception com.groupdocs.comparison.common.exceptions.InvalidPasswordException
Initializes a new instance of the InvalidPasswordException class.
invoke(int) - Method in interface com.groupdocs.comparison.common.function.CreatePageStreamFunction
Function that is called by Comparison to create output stream where page preview image will be saved.
invoke(int, OutputStream) - Method in interface com.groupdocs.comparison.common.function.ReleasePageStreamFunction
Function that is called by Comparison to close output stream where page preview image was saved.
isBold() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets a flag that indicates whether the text will be bold or not.
isCalculateCoordinates() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether to calculate coordinates for changed components.
isCompareImagesPdf() - Method in class com.groupdocs.comparison.options.CompareOptions
Get a value indicating whether to compare images.
isDebugEnabled() - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Checks whether debug logging enabled in pre-configured logger.
isDebugEnabled() - Method in class com.groupdocs.comparison.logging.FileLogger
Checks whether debug logging enabled.
isDetectStyleChanges() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether to detect style changes or not.
isDirectoryCompare() - Method in class com.groupdocs.comparison.options.CompareOptions
Returns a flag that indicates whether directory comparison is enabled.
isErrorEnabled() - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Checks whether error logging enabled in pre-configured logger.
isErrorEnabled() - Method in class com.groupdocs.comparison.logging.FileLogger
Checks whether error logging enabled.
isExtendedSummaryPage() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether to add extended file comparison information to the summary page or not.
isGenerateSummaryPage() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether to add summary page with detected changes statistics to resultant document or not.
isHeaderFootersComparison() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether to compare header/footer contents.
isItalic() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets a flag that indicates whether the text will be italic or not.
isLoadText() - Method in class com.groupdocs.comparison.options.load.LoadOptions
Gets a flag that indicates that the string passed to Comparer constructor or to Comparer.add(String) method is comparison text, not file paths (For Text Comparison only).
isLocaleSupported(String) - Static method in class com.groupdocs.comparison.localization.SupportedLocales
Determines whether locale supported or not.
isLocaleSupported(Locale) - Static method in class com.groupdocs.comparison.localization.SupportedLocales
Determines whether locale supported or not.
isLocaleSupported(CultureInfo) - Static method in class com.groupdocs.comparison.localization.SupportedLocales
Determines whether locale, represented as CultureInfo, supported or not.
isMarkChangedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether frames for shapes in Word Processing and for rectangles in Image documents will be used.
isMarkNestedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether to mark the children of the deleted or inserted elements as deleted or inserted.
isSaveOriginalState() - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
Gets a flag that determines is original state should be saved.
isShowDeletedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether to show deleted components in resultant document or not.
isShowInsertedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether to show inserted components in resultant document or not.
isShowOnlyChanged() - Method in class com.groupdocs.comparison.options.CompareOptions
Returns a boolean value that indicates whether only changed items should be displayed.
isShowOnlySummaryPage() - Method in class com.groupdocs.comparison.options.CompareOptions
Gets a flag that indicates whether to leave in the resulting document only a page with statistics of detected changes or not.
isStrikethrough() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets a flag that indicates whether the text will be strike through or not.
isText(String) - Static method in class com.groupdocs.comparison.common.Utils
Checks that input string has only chars allowed in usual string of any language
isTraceEnabled() - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Checks whether trace logging enabled in pre-configured logger.
isTraceEnabled() - Method in class com.groupdocs.comparison.logging.FileLogger
Checks whether trace logging enabled.
isUnderline() - Method in class com.groupdocs.comparison.options.style.StyleSettings
Gets a flag that indicates whether the text will be underlined or not.
isUseSourceMaster() - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting
Gets a flag that indicates whether source master path will be used.
isValidLicense() - Static method in class com.groupdocs.comparison.license.License
Gets a value indicating whether license was set or no.
isWarningEnabled() - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Checks whether warning logging enabled in pre-configured logger.
isWarningEnabled() - Method in class com.groupdocs.comparison.logging.FileLogger
Checks whether warning logging enabled.

L

License - Class in com.groupdocs.comparison.license
The License class provides methods to set and apply licenses for GroupDocs.Comparison.
License() - Constructor for class com.groupdocs.comparison.license.License
 
LoadOptions - Class in com.groupdocs.comparison.options.load
Allows specifying additional options when loading a document.
LoadOptions() - Constructor for class com.groupdocs.comparison.options.load.LoadOptions
Initializes a new instance of the LoadOptions class.
LoadOptions(boolean) - Constructor for class com.groupdocs.comparison.options.load.LoadOptions
Initializes a new instance of the LoadOptions class with a flag which means that input string is a text to compare, not path.
LoadOptions(String) - Constructor for class com.groupdocs.comparison.options.load.LoadOptions
Initializes a new instance of the LoadOptions class with a password to load document.
LoadOptions(boolean, String) - Constructor for class com.groupdocs.comparison.options.load.LoadOptions
Initializes a new instance of the LoadOptions class with a flag which means that input string is a text to compare and a password to load document.
LoadOptions(FileType) - Constructor for class com.groupdocs.comparison.options.load.LoadOptions
Initializes a new instance of the LoadOptions class with a type of a file.
LoadOptions.Builder - Class in com.groupdocs.comparison.options.load
A LoadOptions builder.

M

MemoryCleaner - Class in com.groupdocs.comparison.common
Cleans different resources to free memory.
MemoryCleaner() - Constructor for class com.groupdocs.comparison.common.MemoryCleaner
 
MergeType - Enum in com.groupdocs.comparison.cells.style
Enumerates the type of cell merge.
MESSAGE - Static variable in class com.groupdocs.comparison.logging.FileLogger
 
MetadataType - Enum in com.groupdocs.comparison.options.enums
Determines from where the result document will take metadata information.
Metered - Class in com.groupdocs.comparison.license
Provides methods to apply metered license to Comparison.
Metered() - Constructor for class com.groupdocs.comparison.license.Metered
Initializes a new instance of the Metered class.

O

OriginalSize - Class in com.groupdocs.comparison.options
Represents the original size of a document in a comparison result.
OriginalSize() - Constructor for class com.groupdocs.comparison.options.OriginalSize
 

P

PageInfo - Class in com.groupdocs.comparison.result
The PageInfo class represents information about a specific page in a document.
PageInfo(int, int, int) - Constructor for class com.groupdocs.comparison.result.PageInfo
Initializes a new instance of the PageInfo class with configuring pageNumber, width and height.
PaperSize - Enum in com.groupdocs.comparison.options.enums
Represents the paper size options for document comparison.
PasswordProtectedFileException - Exception in com.groupdocs.comparison.common.exceptions
The exception that is thrown when document is protected by password but the password was not provided.
PasswordProtectedFileException() - Constructor for exception com.groupdocs.comparison.common.exceptions.PasswordProtectedFileException
Initializes a new instance of the PasswordProtectedFileException class.
PasswordProtectedFileException(String, Throwable) - Constructor for exception com.groupdocs.comparison.common.exceptions.PasswordProtectedFileException
Initializes a new instance of the PasswordProtectedFileException class with error message and an object that represents the cause of the exception.
PasswordSaveOption - Enum in com.groupdocs.comparison.options.enums
Enumerates the options for saving password information in a document during the comparison process.
PreviewFormats - Enum in com.groupdocs.comparison.options.enums
Enumerates the supported preview formats for document comparison.
PreviewOptions - Class in com.groupdocs.comparison.options
Provides options for generating document previews in the comparison process.
PreviewOptions(Delegates.CreatePageStream) - Constructor for class com.groupdocs.comparison.options.PreviewOptions
Initializes a new instance of the PreviewOptions class specifying Delegates.CreatePageStream function.
PreviewOptions(CreatePageStreamFunction) - Constructor for class com.groupdocs.comparison.options.PreviewOptions
Initializes a new instance of the PreviewOptions class specifying CreatePageStreamFunction function.
PreviewOptions(Delegates.CreatePageStream, Delegates.ReleasePageStream) - Constructor for class com.groupdocs.comparison.options.PreviewOptions
Initializes a new instance of the PreviewOptions class specifying Delegates.CreatePageStream and Delegates.ReleasePageStream function.
PreviewOptions(CreatePageStreamFunction, ReleasePageStreamFunction) - Constructor for class com.groupdocs.comparison.options.PreviewOptions
Initializes a new instance of the PreviewOptions class specifying CreatePageStreamFunction and ReleasePageStreamFunction function.
PreviewOptions.Builder - Class in com.groupdocs.comparison.options
A PreviewOptions builder.

R

Rectangle - Class in com.groupdocs.comparison.result
The Rectangle class represents changed area on a document.
Rectangle() - Constructor for class com.groupdocs.comparison.result.Rectangle
Initializes a new instance of the Rectangle class.
Rectangle(Rectangle) - Constructor for class com.groupdocs.comparison.result.Rectangle
Creates a new Rectangle object that is a copy of the specified rectangle.
Rectangle(double, double, double, double) - Constructor for class com.groupdocs.comparison.result.Rectangle
Creates a new instance of the Rectangle class with the specified x, y, width, and height.
ReleasePageStreamFunction - Interface in com.groupdocs.comparison.common.function
Functional interface that is used to close output stream that was used by Comparison to save preview image.
RevisionAction - Enum in com.groupdocs.comparison.words.revision
Represents an action that can be applied to a revision.
RevisionHandler - Class in com.groupdocs.comparison.words.revision
Represents a class that controls the handling of revisions.
RevisionHandler(String) - Constructor for class com.groupdocs.comparison.words.revision.RevisionHandler
Initializes a new instance of the RevisionHandler class with the path to the file containing revisions.
RevisionHandler(Path) - Constructor for class com.groupdocs.comparison.words.revision.RevisionHandler
Initializes a new instance of the RevisionHandler class with the path to the file containing revisions.
RevisionHandler(InputStream, FileType) - Constructor for class com.groupdocs.comparison.words.revision.RevisionHandler
Initializes a new instance of the RevisionHandler class with a file stream containing revisions.
RevisionHandler(Document) - Constructor for class com.groupdocs.comparison.words.revision.RevisionHandler
Initializes a new instance of the RevisionHandler class with a document.
RevisionInfo - Class in com.groupdocs.comparison.words.revision
Represents a revision in the document.
RevisionInfo() - Constructor for class com.groupdocs.comparison.words.revision.RevisionInfo
 
RevisionType - Enum in com.groupdocs.comparison.words.revision
Represents the types of revisions in a document.

S

SaveOptions - Class in com.groupdocs.comparison.options.save
Allows specifying additional options when saving a document.
SaveOptions() - Constructor for class com.groupdocs.comparison.options.save.SaveOptions
Initializes a new instance of the SaveOptions class.
SaveOptions.Builder - Class in com.groupdocs.comparison.options.save
A SaveOptions builder.
selfComparisonCheck(Document, Document) - Static method in class com.groupdocs.comparison.Comparer
Self-comparison check (e498c23).
setAction(RevisionAction) - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
Sets the value associated with the revision (accept or reject).
setAuthor(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
Sets the author of a document.
setAuthor(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
Sets the author of a document.
setAuthor(String) - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
Sets the value of the revision.
setAuthors(List<String>) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets the list of authors.
setBold(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets a flag that indicates whether the text should be bold or not.
setBold(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets a flag that indicates whether the text should be bold or not.
setBox(Rectangle) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets coordinates of changed element on the page.
setCalculateCoordinates(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether to calculate coordinates for changed components.
setCalculateCoordinates(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether to calculate coordinates for changed components.
setCalculateCoordinatesMode(CalculateCoordinatesModeEnumeration) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a calculate coordinates mode as CalculateCoordinatesModeEnumeration object.
setCalculateCoordinatesMode(CalculateCoordinatesModeEnumeration) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a calculate coordinates mode as CalculateCoordinatesModeEnumeration object.
setChangedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a style settings that will be applied to changed items.
setChangedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a style settings that will be applied to changed items.
setChanges(List<ChangeInfo>) - Method in class com.groupdocs.comparison.Document
Sets a list of ChangeInfo objects representing the changes detected during the comparison process.
setChanges(ChangeInfo[]) - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
Sets an array of changes that must be applied to the resulting document.
setChanges(List<ChangeInfo>) - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
Sets a list of changes that must be applied to the resulting document.
setChanges(List<RevisionInfo>) - Method in class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
Sets the list of revisions to be applied.
setCloneMetadataType(MetadataType) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
Sets a stragegy of processing metadata saving result document.
setCloneMetadataType(MetadataType) - Method in class com.groupdocs.comparison.options.save.SaveOptions
Sets a stragegy of processing metadata saving result document.
setColumn(Integer) - Method in class com.groupdocs.comparison.result.ChangeInfo
 
setColumnHeader(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
 
setCommonHandler(RevisionAction) - Method in class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
Sets the common revision action to be applied to all revisions.
setCompany(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
Sets name of a company whose document is.
setCompany(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
Sets name of a company whose document is.
setCompareBookmarks(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether bookmarks in Word documents should be compared.
setCompareDocumentProperty(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether built and custom properties in Word documents should be compared.
setCompareImagesPdf(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Set a value indicating whether to compare images.
setCompareVariableProperty(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether variables properties in Word documents should be compared.
setComparisonAction(ComparisonAction) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets the action that should be applied to the change.
setComparisonType(ComparisonType) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a type of source and target documents as ComparisonType object so that Comparison will know how to compare them.
setComparisonType(ComparisonType) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a type of source and target documents as ComparisonType object so that Comparison will know how to compare them.
setComponentType(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets the type of the changed component.
setCreatePageStream(Delegates.CreatePageStream) - Method in class com.groupdocs.comparison.options.PreviewOptions
Sets a function to create output page preview stream.
setCreatePageStream(CreatePageStreamFunction) - Method in class com.groupdocs.comparison.options.PreviewOptions
Sets a function to create output page preview stream.
setDeletedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a style settings that will be applied to deleted items.
setDeletedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a style settings that will be applied to deleted items.
setDetalisationLevel(DetalisationLevel) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a level of comparison detalization represented as DetalisationLevel.
setDetalisationLevel(DetalisationLevel) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a level of comparison detalization represented as DetalisationLevel.
setDetectStyleChanges(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether to detect style changes or not.
setDetectStyleChanges(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether to detect style changes or not.
setDiagramMasterSetting(DiagramMasterSetting) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a setting of master page for Diagram documents represented by DiagramMasterSetting object.
setDiagramMasterSetting(DiagramMasterSetting) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a setting of master page for Diagram documents represented by DiagramMasterSetting object.
setDirectoryCompare(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
 
setDirectoryCompare(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether directory comparison should be enabled.
setEndStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets the end string separator.
setEndStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets the end string separator.
setExtendedSummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether to add extended file comparison information to the summary page or not.
setExtendedSummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether to add extended file comparison information to the summary page or not.
setFileAuthorMetadata(FileAuthorMetadata) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
Sets a metadata object that should be set into result document when SaveOptions.Builder.setCloneMetadataType(MetadataType) is set to MetadataType.FILE_AUTHOR.
setFileAuthorMetadata(FileAuthorMetadata) - Method in class com.groupdocs.comparison.options.save.SaveOptions
Sets a metadata object that should be set into result document when SaveOptions.setCloneMetadataType(MetadataType) is set to MetadataType.FILE_AUTHOR.
setFileType(FileType) - Method in class com.groupdocs.comparison.Document
Sets the type of the document.
setFileType(FileType) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
Sets a type of the file using FileType enum.
setFileType(FileType) - Method in class com.groupdocs.comparison.options.load.LoadOptions.Builder
Sets a type of a file that is loading.
setFileType(FileType) - Method in class com.groupdocs.comparison.options.load.LoadOptions
Sets a type of a file that is loading.
setFilter(ChangeType) - Method in class com.groupdocs.comparison.options.GetChangeOptions
Sets the filter for retrieving specific change types from the comparison result.
setFolderComparisonExtension(FolderComparisonExtension) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
 
setFolderComparisonExtension(FolderComparisonExtension) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets the format of the resulting folder comparison file.
setFolderPath(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
Sets a folder path to which result images should be saved.
setFolderPath(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions
Sets a folder path to which result images should be saved.
setFolderPath(Path) - Method in class com.groupdocs.comparison.options.save.SaveOptions
Sets a folder path to which result images should be saved.
setFontColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets the font color.
setFontColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets the font color.
setFontDirectories(List<String>) - Method in class com.groupdocs.comparison.options.load.LoadOptions.Builder
Sets a list of directories where font files to load a document are placed.
setFontDirectories(List<String>) - Method in class com.groupdocs.comparison.options.load.LoadOptions
Sets a list of directories where font files to load a document are placed.
setGenerateSummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether to add summary page with detected changes statistics to resultant document or not.
setGenerateSummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether to add summary page with detected changes statistics to resultant document or not.
setHeaderFootersComparison(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether to compare header/footer contents.
setHeaderFootersComparison(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether to compare header/footer contents.
setHeight(int) - Method in class com.groupdocs.comparison.options.OriginalSize
Sets the height of the document's pages.
setHeight(int) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
Sets the height of the preview images.
setHeight(int) - Method in class com.groupdocs.comparison.options.PreviewOptions
Sets the height of the preview images.
setHeight(int) - Method in class com.groupdocs.comparison.options.style.Size
Sets the height of an original document.
setHeight(int) - Method in class com.groupdocs.comparison.result.PageInfo
Sets the height of the page
setHeight(double) - Method in class com.groupdocs.comparison.result.Rectangle
Sets the height of the rectangle.
setHighlightColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets the highlight color.
setHighlightColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets the highlight color.
setId(int) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets unique id of the change.
setIgnoreChangeSettings(IgnoreChangeSensitivitySettings) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets settings to ignore changes based on similarity.
setImagesInheritanceMode(ImagesInheritance) - Method in class com.groupdocs.comparison.options.CompareOptions
Set a value indicating whether to images inheritance mode.
setInsertedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a style settings that will be applied to inserted items.
setInsertedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a style settings that will be applied to inserted items.
setItalic(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets a flag that indicates whether the text should be italic or not.
setItalic(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets a flag that indicates whether the text should be italic or not.
setLastSaveBy(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
Sets name of a person who saved the document for the last time.
setLastSaveBy(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
Sets name of a person who saved the document for the last time.
setLeaveGaps(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that determines whether to leave empty lines instead of inserted/deleted components or not.
setLicense(InputStream) - Method in class com.groupdocs.comparison.license.License
Sets a license to Comparison using input stream.
setLicense(Path) - Method in class com.groupdocs.comparison.license.License
Sets a license to Comparison using license file path.
setLicense(String) - Method in class com.groupdocs.comparison.license.License
Sets a license to Comparison using license file path.
setLoadText(boolean) - Method in class com.groupdocs.comparison.options.load.LoadOptions.Builder
Sets a flag that indicates that the string passed to Comparer constructor or to Comparer.add(String) method is comparison text, not file paths (For Text Comparison only).
setLoadText(boolean) - Method in class com.groupdocs.comparison.options.load.LoadOptions
Sets a flag that indicates that the string passed to Comparer constructor or to Comparer.add(String) method is comparison text, not file paths (For Text Comparison only).
setLogger(ILogger) - Method in class com.groupdocs.comparison.ComparerSettings
Sets the logger implementation for logging.
setLogger(ILogger) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Sets the logger that will be used to write all types of logs.
setMarkChangedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether frames for shapes in Word Processing and for rectangles in Image documents will be used.
setMarkChangedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether frames for shapes in Word Processing and for rectangles in Image documents will be used.
setMarkNestedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether to mark the children of the deleted or inserted elements as deleted or inserted.
setMarkNestedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether to mark the children of the deleted or inserted elements as deleted or inserted.
setMasterPath(String) - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting.Builder
Sets a master path that should be used to render documents.
setMasterPath(String) - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting
Sets a master path that should be used to render documents.
setMeteredKey(String, String) - Method in class com.groupdocs.comparison.license.Metered
Applies metered license using public and private keys.
setName(String) - Method in class com.groupdocs.comparison.Document
Sets the name of the document.
setNewValue(Object) - Method in class com.groupdocs.comparison.result.StyleChangeInfo
Sets the new value of the property.
setOldValue(Object) - Method in class com.groupdocs.comparison.result.StyleChangeInfo
Sets the old value of the property.
setOriginalSize(OriginalSize) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets an original sizes of compared documents represented by OriginalSize object.
setOriginalSize(OriginalSize) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets an original sizes of compared documents represented by OriginalSize object.
setOriginalSize(Size) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets the original size of comparing documents.
setOriginalSize(Size) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets the original size of comparing documents.
setPageCount(int) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
Sets a count of the file.
setPageInfo(PageInfo) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets information about the page, on which current change was found.
setPageNumber(int) - Method in class com.groupdocs.comparison.result.PageInfo
Sets the number of the page
setPageNumbers(int[]) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
Sets an array of page numbers for which preview images will be generated.
setPageNumbers(int[]) - Method in class com.groupdocs.comparison.options.PreviewOptions
Sets an array of page numbers for which preview images will be generated.
setPagesInfo(List<PageInfo>) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
Sets information for each page of the file using PageInfo class.
setPaperSize(PaperSize) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a size of a paper in result document as PaperSize object.
setPaperSize(PaperSize) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a size of a paper in result document as PaperSize object.
setPassword(String) - Method in class com.groupdocs.comparison.options.load.LoadOptions.Builder
Sets a value that should be used to load a document.
setPassword(String) - Method in class com.groupdocs.comparison.options.load.LoadOptions
Sets a password that should be used to load a document.
setPassword(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
Sets a password for result document.
setPassword(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions
Sets a password for result document.
setPasswordSaveOption(PasswordSaveOption) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a password save option represented by PasswordSaveOption object.
setPasswordSaveOption(PasswordSaveOption) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a password save option represented by PasswordSaveOption object.
setPreviewFormat(PreviewFormats) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
Sets a format of preview images.
setPreviewFormat(PreviewFormats) - Method in class com.groupdocs.comparison.options.PreviewOptions
Sets a format of preview images.
setPropertyName(String) - Method in class com.groupdocs.comparison.result.StyleChangeInfo
Sets the name of the property that was changed.
setReleasePageStream(Delegates.ReleasePageStream) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
Gets a function to release output page preview stream.
setReleasePageStream(ReleasePageStreamFunction) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
Sets a function to release output page preview stream.
setReleasePageStream(Delegates.ReleasePageStream) - Method in class com.groupdocs.comparison.options.PreviewOptions
Gets a function to release output page preview stream.
setReleasePageStream(ReleasePageStreamFunction) - Method in class com.groupdocs.comparison.options.PreviewOptions
Sets a function to release output page preview stream.
setRevisionAuthorName(String) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
 
setRow(Integer) - Method in class com.groupdocs.comparison.result.ChangeInfo
 
setSaveOriginalState(boolean) - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
Sets a flag that determines is original state should be saved.
setSensitivityOfComparison(int) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a sensitivity of comparison.
setSensitivityOfComparison(int) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a sensitivity of comparison.
setSensitivityOfComparisonForTables(Integer) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a sensitivity of comparison for tables.
setShapeColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets the shape color.
setShowDeletedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether to show deleted components in resultant document or not.
setShowDeletedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether to show deleted components in resultant document or not.
setShowInsertedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether to show inserted components in resultant document or not.
setShowOnlyChanged(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
 
setShowOnlyChanged(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets the value indicating whether only changed items should be displayed.
setShowOnlySummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets a flag that indicates whether to leave in the resulting document only a page with statistics of detected changes or not.
setShowRevisions(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether others revisions in the resulting document should be displayed.
setSize(long) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
Sets a size of the file.
setSourceText(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets changed text from source document.
setStartStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets the start string separator.
setStartStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets the start string separator.
setStrikethrough(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets a flag that indicates whether the text should be strike through or not.
setStrikethrough(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets a flag that indicates whether the text should be strike through or not.
setStyleChanges(List<StyleChangeInfo>) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets the list of style changes.
setTargetText(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets changed text from target document.
setText(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
Sets text value of the change.
setText(String) - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
Sets the value content of the revision.
setType(RevisionType) - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
Sets the value of the revision, depending on the value the Action (accept or reject) logic changes.
setUnderline(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets a flag that indicates whether the text should be underlined or not.
setUnderline(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets a flag that indicates whether the text should be underlined or not.
setUserMasterPath(String) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
 
setUserMasterPath(String) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets the path to the user master's template for Diagrams.
setUseSourceMaster(boolean) - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting.Builder
Gets a flag that indicates whether source master path should be used.
setUseSourceMaster(boolean) - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting
Gets a flag that indicates whether source master path should be used.
setWidth(int) - Method in class com.groupdocs.comparison.options.OriginalSize
Sets the width of the document's pages.
setWidth(int) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
Sets the width of the preview images.
setWidth(int) - Method in class com.groupdocs.comparison.options.PreviewOptions
Sets the width of the preview images.
setWidth(int) - Method in class com.groupdocs.comparison.options.style.Size
Sets the width of an original document.
setWidth(int) - Method in class com.groupdocs.comparison.result.PageInfo
Sets the width of the page
setWidth(double) - Method in class com.groupdocs.comparison.result.Rectangle
Sets the width of the rectangle.
setWordsSeparatorChars(char[]) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets an array of delimiters which will be used to split text into words.
setWordsSeparatorChars(char[]) - Method in class com.groupdocs.comparison.options.CompareOptions
Sets an array of delimiters which will be used to split text into words.
setWordsSeparators(char[]) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
Sets the word separator chars.
setWordsSeparators(char[]) - Method in class com.groupdocs.comparison.options.style.StyleSettings
Sets the word separator chars.
setWordTrackChanges(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
Sets a flag that indicates whether Words Track Revisions should be compared.
setX(double) - Method in class com.groupdocs.comparison.result.Rectangle
Sets the x-coordinate of the top-left corner of the rectangle.
setY(double) - Method in class com.groupdocs.comparison.result.Rectangle
Sets the y-coordinate of the top-left corner of the rectangle.
Size - Class in com.groupdocs.comparison.options.style
Represents the size of document in comparison.
Size() - Constructor for class com.groupdocs.comparison.options.style.Size
Initializes a new instance of the Size class.
Size(int, int) - Constructor for class com.groupdocs.comparison.options.style.Size
Initializes a new instance of the Size class with width and height of a document.
SOURCE_PATH_IS_NULL - Static variable in class com.groupdocs.comparison.words.revision.RevisionHandler
 
StyleChangeInfo - Class in com.groupdocs.comparison.result
The StyleChangeInfo class represents information about a style change in a compared document.
StyleChangeInfo() - Constructor for class com.groupdocs.comparison.result.StyleChangeInfo
 
StyleSettings - Class in com.groupdocs.comparison.options.style
This class represents style settings for text formatting.
StyleSettings() - Constructor for class com.groupdocs.comparison.options.style.StyleSettings
Initializes a new instance of the StyleSettings class.
StyleSettings.Builder - Class in com.groupdocs.comparison.options.style
A StyleSettings builder.
SupportedLocales - Class in com.groupdocs.comparison.localization
The SupportedLocales class provides constants representing the supported locales for GroupDocs.Comparison.

T

toInt() - Method in enum com.groupdocs.comparison.result.ChangeType
Numeric representation of ChangeType.
toInt() - Method in enum com.groupdocs.comparison.result.ComparisonAction
Numeric representation of ComparisonAction.
toInt() - Method in enum com.groupdocs.comparison.words.revision.RevisionType
Numeric representation of RevisionType.
toString(TextStyle) - Static method in class com.groupdocs.comparison.common.Utils
 
toString() - Method in enum com.groupdocs.comparison.options.enums.CalculateCoordinatesModeEnumeration
String representation of CalculateCoordinatesModeEnumeration.
toString() - Method in enum com.groupdocs.comparison.options.enums.ComparisonType
String representation of ComparisonType.
toString() - Method in enum com.groupdocs.comparison.options.enums.MetadataType
String representation of MetadataType.
toString() - Method in enum com.groupdocs.comparison.options.enums.PaperSize
String representation of PaperSize.
toString() - Method in enum com.groupdocs.comparison.options.enums.PasswordSaveOption
String representation of PasswordSaveOption.
toString() - Method in enum com.groupdocs.comparison.options.enums.PreviewFormats
String representation of PreviewFormats.
toString() - Method in enum com.groupdocs.comparison.options.style.DetalisationLevel
String representation of DetalisationLevel.
toString() - Method in class com.groupdocs.comparison.result.ChangeInfo
 
toString() - Method in enum com.groupdocs.comparison.result.ChangeType
String representation of ChangeType.
toString() - Method in enum com.groupdocs.comparison.result.ComparisonAction
String representation of ComparisonAction.
toString() - Method in enum com.groupdocs.comparison.result.FileType
Gets string representation of FileType, for example 'PHP Programming Language format (.php)'
toString() - Method in class com.groupdocs.comparison.result.PageInfo
 
toString() - Method in class com.groupdocs.comparison.result.Rectangle
toString() - Method in enum com.groupdocs.comparison.words.revision.RevisionType
String representation of RevisionType.
trace(String, Object...) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Writes trace message to pre-configured logger.
trace(Throwable, String, Object...) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Writes trace message, stacktrace and message from an exception to pre-configured logger.
trace(String, Object...) - Method in class com.groupdocs.comparison.logging.FileLogger
Writes a trace message to the file.
trace(Throwable, String, Object...) - Method in class com.groupdocs.comparison.logging.FileLogger
Writes a trace message to the file.

U

UnsupportedFileFormatException - Exception in com.groupdocs.comparison.common.exceptions
The exception that is thrown when file of this format is not supported by Comparison.
UnsupportedFileFormatException() - Constructor for exception com.groupdocs.comparison.common.exceptions.UnsupportedFileFormatException
Initializes a new instance of the UnsupportedFileFormatException class.
UnsupportedFileFormatException(String) - Constructor for exception com.groupdocs.comparison.common.exceptions.UnsupportedFileFormatException
Initializes a new instance of the UnsupportedFileFormatException class with path to the file.
UnsupportedFileFormatException(Throwable) - Constructor for exception com.groupdocs.comparison.common.exceptions.UnsupportedFileFormatException
Initializes a new instance of the UnsupportedFileFormatException class with an object that represents the cause of the exception.
Utils - Class in com.groupdocs.comparison.common
Utility class that provides common helper methods which can be useful when using Comparison API.
Utils() - Constructor for class com.groupdocs.comparison.common.Utils
 

V

valueOf(String) - Static method in enum com.groupdocs.comparison.cells.style.MergeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.options.enums.CalculateCoordinatesModeEnumeration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.options.enums.ComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.options.enums.MetadataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.options.enums.PaperSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.options.enums.PasswordSaveOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.options.enums.PreviewFormats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.options.style.DetalisationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.result.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.result.ComparisonAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.result.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.words.revision.RevisionAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.groupdocs.comparison.words.revision.RevisionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.groupdocs.comparison.cells.style.MergeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.options.enums.CalculateCoordinatesModeEnumeration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.options.enums.ComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.options.enums.MetadataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.options.enums.PaperSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.options.enums.PasswordSaveOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.options.enums.PreviewFormats
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.options.style.DetalisationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.result.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.result.ComparisonAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.result.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.words.revision.RevisionAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.groupdocs.comparison.words.revision.RevisionType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(String, Object...) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Writes warning message to pre-configured logger.
warning(Throwable, String, Object...) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
Writes warning message, stacktrace and message from an exception to pre-configured logger.
warning(String, Object...) - Method in class com.groupdocs.comparison.logging.FileLogger
Writes a warning message to the file.
warning(Throwable, String, Object...) - Method in class com.groupdocs.comparison.logging.FileLogger
Writes a warning message to the file.
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2026. All rights reserved.