- 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
- 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
-
- 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
-
- Comparer(String, LoadOptions, ComparerSettings, CompareOptions) - Constructor for class com.groupdocs.comparison.Comparer
-
- 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
-
- Comparer(Path, LoadOptions, ComparerSettings, CompareOptions) - Constructor for class com.groupdocs.comparison.Comparer
-
- 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
-
- Comparer(ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
-
- 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.
- generatePreview(PreviewOptions) - Method in class com.groupdocs.comparison.Document
-
- 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
-
- 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
-
- getDiagramMasterSetting() - Method in class com.groupdocs.comparison.options.CompareOptions
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- setCalculateCoordinatesMode(CalculateCoordinatesModeEnumeration) - Method in class com.groupdocs.comparison.options.CompareOptions
-
- 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
-
- setDetalisationLevel(DetalisationLevel) - Method in class com.groupdocs.comparison.options.CompareOptions
-
- 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
-
- setDiagramMasterSetting(DiagramMasterSetting) - Method in class com.groupdocs.comparison.options.CompareOptions
-
- 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
-
- setFileAuthorMetadata(FileAuthorMetadata) - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
- 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
-
- setPasswordSaveOption(PasswordSaveOption) - Method in class com.groupdocs.comparison.options.CompareOptions
-
- 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
-
- SupportedLocales - Class in com.groupdocs.comparison.localization
-
The SupportedLocales class provides constants representing the supported locales for GroupDocs.Comparison.
- 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.