- add(String) - Method in class com.groupdocs.comparison.Comparer
-
Adds file to comparison.
- add(Path) - Method in class com.groupdocs.comparison.Comparer
-
Adds file to comparison.
- add(String...) - Method in class com.groupdocs.comparison.Comparer
-
Adds file to comparison.
- add(Path...) - Method in class com.groupdocs.comparison.Comparer
-
Adds file to comparison.
- add(String, LoadOptions) - Method in class com.groupdocs.comparison.Comparer
-
Adds file to comparison with loading options specified.
- add(Path, LoadOptions) - Method in class com.groupdocs.comparison.Comparer
-
Adds file to comparison with loading options specified.
- add(InputStream) - Method in class com.groupdocs.comparison.Comparer
-
Adds document stream to comparison.
- add(InputStream...) - Method in class com.groupdocs.comparison.Comparer
-
Adds document stream to comparison.
- add(InputStream, LoadOptions) - Method in class com.groupdocs.comparison.Comparer
-
Adds document stream to comparison with loading options specified.
- AlignerException - Exception in com.groupdocs.comparison.common.exceptions
-
The base class for all exceptions that have occurred in Aligner of different formats
- AlignerException() - Constructor for exception com.groupdocs.comparison.common.exceptions.AlignerException
-
Initializes a new instance of the AlignerException class.
- AlignerException(String) - Constructor for exception com.groupdocs.comparison.common.exceptions.AlignerException
-
Initializes a new instance of the AlignerException class with a specified error message.
- ApplyChangeOptions - Class in com.groupdocs.comparison.options
-
Allows to update the list of changes before applying them to the resulting document.
- ApplyChangeOptions() - Constructor for class com.groupdocs.comparison.options.ApplyChangeOptions
-
- ApplyChangeOptions(List<ChangeInfo>) - Constructor for class com.groupdocs.comparison.options.ApplyChangeOptions
-
- ApplyChangeOptions(ChangeInfo[]) - Constructor for class com.groupdocs.comparison.options.ApplyChangeOptions
-
- applyChanges(String, ApplyChangeOptions) - Method in class com.groupdocs.comparison.Comparer
-
Accepts or rejects changes and applies them to resultant 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 same file from which the revisions were taken.
- applyRevisionChanges(Path, ApplyRevisionOptions) - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
-
Processes changes in revisions, and the result is written to the specified file by path.
- applyRevisionChanges(String, ApplyRevisionOptions) - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
-
Processes changes in revisions, and the result is written to the specified file by path.
- applyRevisionChanges(OutputStream, ApplyRevisionOptions) - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
-
Processes changes in revisions and the result is written to the document stream.
- ApplyRevisionOptions - Class in com.groupdocs.comparison.words.revision
-
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
-
Instantiates a new Apply revision options.
- ApplyRevisionOptions(List<RevisionInfo>) - Constructor for class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
-
Instantiates a new Apply revision options.
- ApplyRevisionOptions(List<RevisionInfo>, RevisionAction) - Constructor for class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
-
Instantiates a new Apply revision options.
- ApplyRevisionOptions(RevisionAction) - Constructor for class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
-
Instantiates a new Apply revision options.
- areEquals(FileType, FileType) - Static method in enum com.groupdocs.comparison.result.FileType
-
Operator overload
- areNotEquals(FileType, FileType) - Static method in enum com.groupdocs.comparison.result.FileType
-
Operator overload
- ARGB_TEMPLATE - Static variable in class com.groupdocs.comparison.common.Utils
-
- AUTOMATIC - Static variable in class com.groupdocs.comparison.common.Utils
-
- CategoryChange - Class in com.groupdocs.comparison.result
-
The separation of changes divided into categories
- CategoryChange(String) - Constructor for class com.groupdocs.comparison.result.CategoryChange
-
Create new Instance of CategoryChange
- ChangeInfo - Class in com.groupdocs.comparison.result
-
Represents information about change.
- ChangeInfo() - Constructor for class com.groupdocs.comparison.result.ChangeInfo
-
- ChangeType - Enum in com.groupdocs.comparison.result
-
Specifies change type.
- close() - Method in class com.groupdocs.comparison.Comparer
-
- close() - Method in class com.groupdocs.comparison.Document
-
- close() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
- close() - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
-
- closeStreams(Closeable...) - Static method in class com.groupdocs.comparison.common.Utils
-
Close all streams in array of streams
- 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
-
The package provides classes for working with component styles in Cells format file.
- com.groupdocs.comparison.common - package com.groupdocs.comparison.common
-
The package provides helpers classes.
- com.groupdocs.comparison.common.delegates - package com.groupdocs.comparison.common.delegates
-
The package provides classes that allows to specify additional options for documents comparison process.
- com.groupdocs.comparison.common.exceptions - package com.groupdocs.comparison.common.exceptions
-
The package provides different exception classes.
- com.groupdocs.comparison.interfaces - package com.groupdocs.comparison.interfaces
-
The package provides interfaces to instantiate output objects.
- com.groupdocs.comparison.license - package com.groupdocs.comparison.license
-
- com.groupdocs.comparison.localization - package com.groupdocs.comparison.localization
-
The package provides classes checking supported locales.
- com.groupdocs.comparison.logging - package com.groupdocs.comparison.logging
-
The package provides classes for working with integrated or your own logger.
- com.groupdocs.comparison.options - package com.groupdocs.comparison.options
-
The package provides classes that allows to specify additional options for documents comparison process.
- com.groupdocs.comparison.options.enums - package com.groupdocs.comparison.options.enums
-
- com.groupdocs.comparison.options.load - package com.groupdocs.comparison.options.load
-
- com.groupdocs.comparison.options.save - package com.groupdocs.comparison.options.save
-
- com.groupdocs.comparison.options.style - package com.groupdocs.comparison.options.style
-
- com.groupdocs.comparison.result - package com.groupdocs.comparison.result
-
The package provides classes which represents the comparison results.
- com.groupdocs.comparison.words.revision - package com.groupdocs.comparison.words.revision
-
- compare() - Method in class com.groupdocs.comparison.Comparer
-
Compares documents without saving result with default options
- compare(String) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and saves result to file path
- compare(Path) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and saves result to file path
- compare(OutputStream) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and saves result to file stream
- compare(String, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and saves result to file path
- compare(Path, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and saves result to file path
- compare(OutputStream, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and saves result to file stream
- compare(SaveOptions, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents without saving result.
- compare(String, SaveOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and save result to file path
- compare(Path, SaveOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and save result to file path
- compare(OutputStream, SaveOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and save result to file stream
- compare(CompareOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents without saving result.
- compare(OutputStream, SaveOptions, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and saves result to a stream.
- compare(String, SaveOptions, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and saves result to file path
- compare(Path, SaveOptions, CompareOptions) - Method in class com.groupdocs.comparison.Comparer
-
Compares documents and saves result to file path
- CompareOptions - Class in com.groupdocs.comparison.options
-
Allows to set different compare options.
- CompareOptions() - Constructor for class com.groupdocs.comparison.options.CompareOptions
-
- CompareOptions.Builder - Class in com.groupdocs.comparison.options
-
A little sugar
- Comparer - Class in com.groupdocs.comparison
-
Represents main class that controls the documents comparison process.
- Comparer(String) - Constructor for class com.groupdocs.comparison.Comparer
-
Initializes new instance of
Comparer
class with source file path.
- Comparer(Path) - Constructor for class com.groupdocs.comparison.Comparer
-
Initializes new instance of
Comparer
class with source file path.
- Comparer(String, LoadOptions) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(Path, LoadOptions) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(String, LoadOptions, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(String, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(Path, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(Path, LoadOptions, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(InputStream) - Constructor for class com.groupdocs.comparison.Comparer
-
Initializes new instance of
Comparer
class with source document stream.
- Comparer(InputStream, LoadOptions) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(InputStream, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(InputStream, LoadOptions, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
-
Instantiates a new Comparer.
- ComparerSettings - Class in com.groupdocs.comparison
-
Defines settings for customizing
Comparer
behaviour.
- ComparerSettings() - Constructor for class com.groupdocs.comparison.ComparerSettings
-
- CompareStylesException - Exception in com.groupdocs.comparison.common.exceptions
-
Base class for all exceptions that occurred when comparing styles.
- CompareStylesException() - Constructor for exception com.groupdocs.comparison.common.exceptions.CompareStylesException
-
Initializes a new instance of the CompareStylesException class.
- ComparisonAction - Enum in com.groupdocs.comparison.result
-
An action that can be applied to change.
- ComparisonException - Exception in com.groupdocs.comparison.common.exceptions
-
Base class for all comparison process exceptions.
- ComparisonException() - Constructor for exception com.groupdocs.comparison.common.exceptions.ComparisonException
-
Default constructor
- ComparisonException(String) - Constructor for exception com.groupdocs.comparison.common.exceptions.ComparisonException
-
Throw exception with specific message
- ComparisonException(String, Throwable) - Constructor for exception com.groupdocs.comparison.common.exceptions.ComparisonException
-
Instantiates a new Group docs exception.
- ComparisonException(Throwable) - Constructor for exception com.groupdocs.comparison.common.exceptions.ComparisonException
-
Instantiates a new Group docs exception.
- ComparisonLogger - Class in com.groupdocs.comparison.logging
-
Implements logging messages to integrated or user defined logger.
- ConvertToDocumentException - Exception in com.groupdocs.comparison.common.exceptions
-
Base class for exceptions that occur when converting documents
- ConvertToDocumentException() - Constructor for exception com.groupdocs.comparison.common.exceptions.ConvertToDocumentException
-
Initializes a new instance of the ConvertToDocumentException class.
- ConvertToDocumentException(Exception) - Constructor for exception com.groupdocs.comparison.common.exceptions.ConvertToDocumentException
-
Initializes a new instance of the ConvertToDocumentException class with a reference to the inner exception that is the cause of this exception.
- createStream() - Method in class com.groupdocs.comparison.Document
-
Document stream.
- CreateSummaryPageException - Exception in com.groupdocs.comparison.common.exceptions
-
The base class for all exceptions that occurred during the creation of the summary page.
- CreateSummaryPageException() - Constructor for exception com.groupdocs.comparison.common.exceptions.CreateSummaryPageException
-
Initializes a new instance of the AlignerException class.
- CUSTOM - Static variable in class com.groupdocs.comparison.common.Utils
-
- generatePreview(PreviewOptions) - Method in class com.groupdocs.comparison.Document
-
Generates document pages preview.
- getAction() - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
-
Action (accept or reject).
- getAuthor() - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the author.
- getAuthor() - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
-
Author.
- getAuthors() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Authors.
- getBox() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Coordinates of changed element.
- getCategory() - Method in class com.groupdocs.comparison.result.CategoryChange
-
Gets or sets the category.
- getChangedItemStyle() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Describes style for changed components.
- GetChangeOptions - Class in com.groupdocs.comparison.options
-
The option allows to filter changes by type.
- GetChangeOptions() - Constructor for class com.groupdocs.comparison.options.GetChangeOptions
-
- GetChangeOptions(ChangeType) - Constructor for class com.groupdocs.comparison.options.GetChangeOptions
-
- getChanges() - Method in class com.groupdocs.comparison.Comparer
-
Gets list of changes between source and target file(s).
- getChanges(GetChangeOptions) - Method in class com.groupdocs.comparison.Comparer
-
Gets list of changes between source and target file(s).
- getChanges() - Method in class com.groupdocs.comparison.Document
-
List of changes.
- getChanges() - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
-
List of changes that must be applied to the resulting document.
- getChanges() - Method in class com.groupdocs.comparison.result.CategoryChange
-
Gets or sets the changes.
- getChanges() - Method in class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
-
The list of revisions processed, which will be applied to the resulting document.
- getCloneMetadataType() - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Gets or sets a value indicating whether to clone metadata to target document or not.
- getCommonHandler() - Method in class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
-
Indicates whether to apply one action for all revisions
- getCompany() - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the company.
- getComparisonAction() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Action (accept or reject).
- getComparisonType() - Method in class com.groupdocs.comparison.options.CompareOptions
-
- getComponentType() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Type of 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
-
Delegate which defines method to create output page preview stream.
- getDeletedItemStyle() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Describes style for deleted components.
- getDetalisationLevel() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets the comparison detail level.
- getDiagramMasterSetting() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets the path value for master or use compare without path of master.
- getDocumentInfo() - Method in class com.groupdocs.comparison.Document
-
Gets information about document - document type, pages count, page sizes etc.
- getEndStringSeparator() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the end separator string.
- getExtension() - Method in enum com.groupdocs.comparison.result.FileType
-
File extention
- getFileAuthorMetadata() - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Used when MetadataType is set to FileAuthor.
- getFileFormat() - Method in enum com.groupdocs.comparison.result.FileType
-
File format
- getFileType() - Method in class com.groupdocs.comparison.Document
-
- getFileType() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
Document type
- getFileType() - Method in class com.groupdocs.comparison.options.load.LoadOptions
-
File type of the document
- getFileType() - Method in class com.groupdocs.comparison.result.FileInfo
-
File type
- getFilter() - Method in class com.groupdocs.comparison.options.GetChangeOptions
-
Type of changes.
- getFolderPath() - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Gets or sets the folder path for saving result images(For Imaging Comparison only).
- getFontColor() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the font color.
- getFontDirectories() - Method in class com.groupdocs.comparison.options.load.LoadOptions
-
List of font directories to load.
- getHeight() - Method in class com.groupdocs.comparison.options.OriginalSize
-
Height of original document
- getHeight() - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Preview height.
- getHeight() - Method in class com.groupdocs.comparison.options.style.Size
-
Height of original document
- getHeight() - Method in class com.groupdocs.comparison.result.PageInfo
-
Page height
- getHeight() - Method in class com.groupdocs.comparison.result.Rectangle
-
Height
- getHighlightColor() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the highlight color.
- getId() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Id of change.
- getInsertedItemStyle() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Describes style for inserted components.
- getLastSaveBy() - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the last save by.
- getLogger() - Method in class com.groupdocs.comparison.ComparerSettings
-
Logger implementation
- getMasterPath() - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting
-
Path for Master.
- getName() - Method in class com.groupdocs.comparison.Document
-
Document name.
- getNewValue() - Method in class com.groupdocs.comparison.result.StyleChangeInfo
-
Gets or Sets the new value of property
- getOldValue() - Method in class com.groupdocs.comparison.result.StyleChangeInfo
-
Gets or Sets the old value of property
- getOriginalSize() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Get or sets the original sizes of compared documents.
- getOriginalSize() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Get or sets the original sizes of comparing documents
- getPageCount() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
Number of pages
- getPageInfo() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Page where current change is placed.
- getPageNumber() - Method in class com.groupdocs.comparison.result.PageInfo
-
Page number
- getPageNumbers() - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Page numbers that will be previewed.
- getPages() - Method in class com.groupdocs.comparison.result.FileInfo
-
List of pages
- getPagesInfo() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
Pages Information ( Page Number, Width, Height )
- getPaperSize() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets the result document paper size.
- getPassword() - Method in class com.groupdocs.comparison.Document
-
Document password.
- getPassword() - Method in class com.groupdocs.comparison.options.load.LoadOptions
-
Password of document.
- getPassword() - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Gets or sets the password for result document.
- getPasswordSaveOption() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets the password save option.
- getPreviewFormat() - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Preview image format.
- getPropertyName() - Method in class com.groupdocs.comparison.result.StyleChangeInfo
-
Gets or Sets the name of the property that was changed
- getReleasePageStream() - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Delegate which defines method to remove output page preview stream.
- getResultString() - Method in class com.groupdocs.comparison.Comparer
-
Get result string after comparison (For Text Comparison only).
- getRevisions() - Method in class com.groupdocs.comparison.words.revision.RevisionHandler
-
Gets list of all revisions.
- getSensitivityOfComparison() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets a sensitivity of comparison.
- getSize() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
File size
- getSource() - Method in class com.groupdocs.comparison.Comparer
-
Source file that is being compared.
- getSourceText() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Changed text of source doc.
- getStartStringSeparator() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the begin separator string.
- getStreamLength() - Method in class com.groupdocs.comparison.Document
-
- getStyleChanges() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Style changes.
- getSupportedFileTypes() - Static method in enum com.groupdocs.comparison.result.FileType
-
Get supported file types enumeration
- getTargets() - Method in class com.groupdocs.comparison.Comparer
-
List of target files to compare with source file.
- getTargetText() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Changed text of target doc.
- getText() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Text value of change.
- getText() - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
-
The text that is in revision.
- getType() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Type of change.
- getType() - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
-
RevisionHandler type, depending on the type the Action (accept or reject) logic changes.
- getWidth() - Method in class com.groupdocs.comparison.options.OriginalSize
-
Width of original document
- getWidth() - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Preview width.
- getWidth() - Method in class com.groupdocs.comparison.options.style.Size
-
Width of original document
- getWidth() - Method in class com.groupdocs.comparison.result.PageInfo
-
Page width
- getWidth() - Method in class com.groupdocs.comparison.result.Rectangle
-
Width
- getWordsSeparators() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the words separator chars.
- getX() - Method in class com.groupdocs.comparison.result.Rectangle
-
X coordinate
- getY() - Method in class com.groupdocs.comparison.result.Rectangle
-
Y coordinate
- GRADIENT - Static variable in class com.groupdocs.comparison.common.Utils
-
- GROUP - Static variable in class com.groupdocs.comparison.common.Utils
-
- GROUP_DOCS - Static variable in class com.groupdocs.comparison.options.FileAuthorMetadata
-
- IDocumentInfo - Interface in com.groupdocs.comparison.interfaces
-
Defines document description properties.
- ifNotNullAnd(Object, Utils.IfNotNullAnd) - Static method in class com.groupdocs.comparison.common.Utils
-
- 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
-
- invoke(int) - Method in interface com.groupdocs.comparison.common.delegates.Delegates.CreatePageStream
-
Delegate which defines method to create output page preview stream used by
PreviewOptions
.
- invoke(int, OutputStream) - Method in interface com.groupdocs.comparison.common.delegates.Delegates.ReleasePageStream
-
Delegate which defines method to release output page preview stream used by
PreviewOptions
.
- isBold() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets a value indicating whether this is bold.
- isCalculateCoordinates() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to calculate coordinates for changed components.
- isCompareBookmarks() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Control to turn on comparison of bookmarks in Word format.
- isCompareDocumentProperty() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets the value of the property compareDocumentProperty.
- isCompareVariableProperty() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets the value of the property compareVariableProperty.
- isDebugEnabled() - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
-
Checks is debug logging enabled
- isDetectStyleChanges() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to detect style changes or not.
- isErrorEnabled() - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
-
Checks is error logging enabled
- isExtendedSummaryPage() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to add extended file comparison information to the summary page or not.
- isGenerateSummaryPage() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to add summary page with detected changes statistics to resultant document or not.
- isHeaderFootersComparison() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Control to turn on comparison of header/footer contents.
- isItalic() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets a value indicating whether this is italic
- isLeaveGaps() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to display empty lines instead of inserted / deleted components in the final document or not (used with ShowInsertedContent or ShowDeletedContent properties).
- isLoadText() - Method in class com.groupdocs.comparison.options.load.LoadOptions
-
Indicates that the strings passed are comparison text, not file paths (For Text Comparison only).
- isLocaleSupported(String) - Static method in class com.groupdocs.comparison.localization.SupportedLocales
-
Determines whether [is locale supported] [the specified culture].
- isLocaleSupported(Locale) - Static method in class com.groupdocs.comparison.localization.SupportedLocales
-
Determines whether [is locale supported].
- isLocaleSupported(CultureInfo) - Static method in class com.groupdocs.comparison.localization.SupportedLocales
-
Determines whether [is locale supported] [the specified culture].
- isMarkChangedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents.
- isMarkNestedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted.
- isSaveOriginalState() - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
-
Is save original state boolean.
- isShowDeletedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to show deleted components in resultant document or not.
- isShowInsertedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to show inserted components in resultant document or not.
- isShowOnlySummaryPage() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to leave in the resulting document only a page with statistics of detected changes in the resulting document or not.
- isShowRevisions() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to display others revisions in the resulting document or not.
- isStrikethrough() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets a value indicating whether strike through
- isTraceEnabled() - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
-
Checks is trace logging enabled
- isUnderline() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets a value indicating whether this is underline
- isUseSourceMaster() - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting
-
Set true for use master with source document or use false value for use Master with Path
- isValidLicense() - Static method in class com.groupdocs.comparison.license.License
-
Gets a value indicating whether this instance is valid license.
- isWarningEnabled() - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
-
Checks is warning logging enabled
- isWordTrackChanges() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Control to turn on comparison of Words Track Revisions.
- SaveOptions - Class in com.groupdocs.comparison.options.save
-
Allows to specify additional options (such as password) when saving a document.
- SaveOptions() - Constructor for class com.groupdocs.comparison.options.save.SaveOptions
-
- SaveOptions.Builder - Class in com.groupdocs.comparison.options.save
-
A little sugar
- setAction(RevisionAction) - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
-
Action (accept or reject).
- setAuthor(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
-
Sets author.
- setAuthor(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the author.
- setAuthor(String) - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
-
Author.
- setAuthors(List<String>) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Authors.
- setBold(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets bold.
- setBold(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets a value indicating whether this is bold.
- setBox(Rectangle) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Coordinates of changed element.
- setCalculateCoordinates(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets calculate coordinates.
- setCalculateCoordinates(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to calculate coordinates for changed components.
- setChangedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets changed item style.
- setChangedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Describes style for changed components.
- setChanges(List<ChangeInfo>) - Method in class com.groupdocs.comparison.Document
-
List of changes.
- setChanges(ChangeInfo[]) - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
-
List of changes that must be applied to the resulting document.
- setChanges(List<ChangeInfo>) - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
-
List of changes that must be applied to the resulting document.
- setChanges(List<ChangeInfo>) - Method in class com.groupdocs.comparison.result.CategoryChange
-
Gets or sets the changes.
- setChanges(List<RevisionInfo>) - Method in class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
-
The list of revisions processed, which will be applied to the resulting document.
- setCloneMetadataType(MetadataType) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
-
Sets clone metadata type.
- setCloneMetadataType(MetadataType) - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Gets or sets a value indicating whether to clone metadata to target document or not.
- setCommonHandler(RevisionAction) - Method in class com.groupdocs.comparison.words.revision.ApplyRevisionOptions
-
Indicates whether to apply one action for all revisions
- setCompany(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
-
Sets company.
- setCompany(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the company.
- setCompareBookmarks(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets compare bookmarks.
- setCompareBookmarks(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Sets compare bookmarks.
- setCompareDocumentProperty(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets compare document property.
- setCompareDocumentProperty(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Control to turn on comparison of built and custom properties in Word format.
- setCompareVariableProperty(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets compare variable property.
- setCompareVariableProperty(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Sets compare variable property.
- setComparisonAction(ComparisonAction) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Action (accept or reject).
- setComparisonType(ComparisonType) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- setComparisonType(ComparisonType) - Method in class com.groupdocs.comparison.options.CompareOptions
-
- setComponentType(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Type of changed component
- setCreatePageStream(Delegates.CreatePageStream) - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Delegate which defines method to create output page preview stream.
- setDeletedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets deleted item style.
- setDeletedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Describes style for deleted components.
- setDetalisationLevel(DetalisationLevel) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets detalisation level.
- setDetalisationLevel(DetalisationLevel) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets the comparison detail level.
- setDetectStyleChanges(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets detect style changes.
- setDetectStyleChanges(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to detect style changes or not.
- setDiagramMasterSetting(DiagramMasterSetting) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets diagram master setting.
- setDiagramMasterSetting(DiagramMasterSetting) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets the path value for master or use compare without path of master.
- setEndStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets end string separator.
- setEndStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the end separator string.
- setExtendedSummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets extended summary page.
- setExtendedSummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
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 file author metadata.
- setFileAuthorMetadata(FileAuthorMetadata) - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Used when MetadataType is set to FileAuthor.
- setFileType(FileType) - Method in class com.groupdocs.comparison.Document
-
- setFileType(FileType) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
Document type
- setFileType(FileType) - Method in class com.groupdocs.comparison.options.load.LoadOptions.Builder
-
- setFileType(FileType) - Method in class com.groupdocs.comparison.options.load.LoadOptions
-
File type of the document
- setFilter(ChangeType) - Method in class com.groupdocs.comparison.options.GetChangeOptions
-
Type of changes.
- setFolderPath(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
-
Sets folder path.
- setFolderPath(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Gets or sets the folder path for saving result images(For Imaging Comparison only).
- setFolderPath(Path) - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Gets or sets the folder path for saving result images(For Imaging Comparison only).
- setFontColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets font color.
- setFontColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the font color.
- setFontDirectories(List<String>) - Method in class com.groupdocs.comparison.options.load.LoadOptions.Builder
-
- setFontDirectories(List<String>) - Method in class com.groupdocs.comparison.options.load.LoadOptions
-
List of font directories to load.
- setGenerateSummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets generate summary page.
- setGenerateSummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
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 header footers comparison.
- setHeaderFootersComparison(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Control to turn on comparison of header/footer contents.
- setHeight(int) - Method in class com.groupdocs.comparison.options.OriginalSize
-
Height of original document
- setHeight(int) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
-
Sets height.
- setHeight(int) - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Preview height.
- setHeight(int) - Method in class com.groupdocs.comparison.options.style.Size
-
Height of original document
- setHeight(int) - Method in class com.groupdocs.comparison.result.PageInfo
-
Page height
- setHeight(double) - Method in class com.groupdocs.comparison.result.Rectangle
-
Height
- setHighlightColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets highlight color.
- setHighlightColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the highlight color.
- setId(int) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Id of change.
- setInsertedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets inserted item style.
- setInsertedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Describes style for inserted components.
- setItalic(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets italic.
- setItalic(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets a value indicating whether this is italic
- setLastSaveBy(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
-
Sets last save by.
- setLastSaveBy(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the last save by.
- setLeaveGaps(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets leave gaps.
- setLeaveGaps(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to display empty lines instead of inserted / deleted components in the final document or not (used with ShowInsertedContent or ShowDeletedContent properties).
- setLicense(InputStream) - Method in class com.groupdocs.comparison.license.License
-
Licenses the component.
- setLicense(Path) - Method in class com.groupdocs.comparison.license.License
-
Licenses the component.
- setLicense(String) - Method in class com.groupdocs.comparison.license.License
-
Licenses the component.
- setLoadText(boolean) - Method in class com.groupdocs.comparison.options.load.LoadOptions.Builder
-
- setLoadText(String) - Method in class com.groupdocs.comparison.options.load.LoadOptions.Builder
-
- setLoadText(boolean) - Method in class com.groupdocs.comparison.options.load.LoadOptions
-
Indicates that the strings passed are comparison text, not file paths (For Text Comparison only).
- setLogger(ILogger) - Method in class com.groupdocs.comparison.ComparerSettings
-
Logger implementation, use NullLogger.NULL_LOGGER
to disable logging
- setLogger(ILogger) - Static method in class com.groupdocs.comparison.logging.ComparisonLogger
-
Sets the logger.
- setMarkChangedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets mark changed content.
- setMarkChangedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents.
- setMarkNestedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets mark nested content.
- setMarkNestedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted.
- setMasterPath(String) - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting.Builder
-
Sets master path.
- setMasterPath(String) - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting
-
Path for Master.
- setMeteredKey(String, String) - Method in class com.groupdocs.comparison.license.Metered
-
Sets metered public and private key
- setMultipleComparison(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets multiple comparison.
- setName(String) - Method in class com.groupdocs.comparison.Document
-
Document name.
- setNewValue(Object) - Method in class com.groupdocs.comparison.result.StyleChangeInfo
-
Gets or Sets the new value of property
- setOldValue(Object) - Method in class com.groupdocs.comparison.result.StyleChangeInfo
-
Gets or Sets the old value of property
- setOriginalSize(OriginalSize) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets original size.
- setOriginalSize(OriginalSize) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Get or sets the original sizes of compared documents.
- setOriginalSize(Size) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets original size.
- setOriginalSize(Size) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Get or sets the original sizes of comparing documents
- setPageCount(int) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
Number of pages
- setPageInfo(PageInfo) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Page where current change is placed.
- setPageNumber(int) - Method in class com.groupdocs.comparison.result.PageInfo
-
Page number
- setPageNumbers(int[]) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
-
Sets page numbers.
- setPageNumbers(int[]) - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Page numbers that will be previewed.
- setPages(List<PageInfo>) - Method in class com.groupdocs.comparison.result.FileInfo
-
List of pages
- setPagesInfo(List<PageInfo>) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
Pages Information ( Page Number, Width, Height )
- setPaperSize(PaperSize) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets paper size.
- setPaperSize(PaperSize) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets the result document paper size.
- setPassword(String) - Method in class com.groupdocs.comparison.options.load.LoadOptions
-
Password of document.
- setPassword(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
-
Sets password.
- setPassword(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Gets or sets the password for result document.
- setPasswordSaveOption(PasswordSaveOption) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets password save option.
- setPasswordSaveOption(PasswordSaveOption) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets the password save option.
- setPreviewFormat(PreviewFormats) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
-
Sets preview format.
- setPreviewFormat(PreviewFormats) - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Preview image format.
- setPropertyName(String) - Method in class com.groupdocs.comparison.result.StyleChangeInfo
-
Gets or Sets the name of the property that was changed
- setReleasePageStream(Delegates.ReleasePageStream) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
-
Sets release page stream.
- setReleasePageStream(Delegates.ReleasePageStream) - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Delegate which defines method to remove output page preview stream.
- setSavedMetaData(FileAuthorMetadata) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets saved meta data.
- setSaveOriginalState(boolean) - Method in class com.groupdocs.comparison.options.ApplyChangeOptions
-
Sets save original state.
- setSensitivityOfComparison(int) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets sensitivity of comparison.
- setSensitivityOfComparison(int) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Sets sensitivity of comparison.
- setShowDeletedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets show deleted content.
- setShowDeletedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to show deleted components in resultant document or not.
- setShowInsertedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to show inserted components in resultant document or not.
- setShowOnlySummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to leave in the resulting document only a page with statistics of detected changes in the resulting document or not.
- setShowRevisions(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets show revisions.
- setShowRevisions(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to display others revisions in the resulting document or not.
- setSize(long) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
File size
- setSourceText(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Changed text of source doc.
- setStartStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets start string separator.
- setStartStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the begin separator string.
- setStrikethrough(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets strikethrough.
- setStrikethrough(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets a value indicating whether strike through
- setStyleChanges(List<StyleChangeInfo>) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Style changes.
- setTargetText(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Changed text of target doc.
- setText(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Text value of change.
- setText(String) - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
-
The text that is in revision.
- setType(RevisionType) - Method in class com.groupdocs.comparison.words.revision.RevisionInfo
-
RevisionHandler type, depending on the type the Action (accept or reject) logic changes.
- setUnderline(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets underline.
- setUnderline(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets a value indicating whether this is underline
- setUseSourceMaster(boolean) - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting.Builder
-
Sets use source master.
- setUseSourceMaster(boolean) - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting
-
Set true for use master with source document or use false value for use Master with Path
- setWidth(int) - Method in class com.groupdocs.comparison.options.OriginalSize
-
Width of original document
- setWidth(int) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
-
Sets width.
- setWidth(int) - Method in class com.groupdocs.comparison.options.PreviewOptions
-
Preview width.
- setWidth(int) - Method in class com.groupdocs.comparison.options.style.Size
-
Width of original document
- setWidth(int) - Method in class com.groupdocs.comparison.result.PageInfo
-
Page width
- setWidth(double) - Method in class com.groupdocs.comparison.result.Rectangle
-
Width
- setWordsSeparatorChars(char[]) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Sets words separator chars.
- setWordsSeparatorChars(char[]) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets an array of delimiters to split text into words.
- setWordsSeparators(char[]) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
Sets words separators.
- setWordsSeparators(char[]) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the words separator chars.
- setWordTrackChanges(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
Control to turn on comparison of Words Track Revisions.
- setWordTrackChanges(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Control to turn on comparison of Words Track Revisions.
- setX(double) - Method in class com.groupdocs.comparison.result.Rectangle
-
X coordinate
- setY(double) - Method in class com.groupdocs.comparison.result.Rectangle
-
Y coordinate
- SINGLE - Static variable in class com.groupdocs.comparison.common.Utils
-
- Size - Class in com.groupdocs.comparison.options.style
-
Document size
- Size() - Constructor for class com.groupdocs.comparison.options.style.Size
-
- Size(int, int) - Constructor for class com.groupdocs.comparison.options.style.Size
-
- SOLID - Static variable in class com.groupdocs.comparison.common.Utils
-
- StyleChangeInfo - Class in com.groupdocs.comparison.result
-
Style change info
- StyleChangeInfo() - Constructor for class com.groupdocs.comparison.result.StyleChangeInfo
-
- StyleSettings - Class in com.groupdocs.comparison.options.style
-
Style settings
- StyleSettings() - Constructor for class com.groupdocs.comparison.options.style.StyleSettings
-
- StyleSettings.Builder - Class in com.groupdocs.comparison.options.style
-
A little sugar
- SupportedLocales - Class in com.groupdocs.comparison.localization
-
Class that provides methods for checking supported locales of GroupDocs.Comparison
- SupportedLocales() - Constructor for class com.groupdocs.comparison.localization.SupportedLocales
-
- 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.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.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.