- CAD - Static variable in class com.groupdocs.comparison.result.FileType
-
CAD format
- 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
- cellBorderTypeToInt(String) - Static method in class com.groupdocs.comparison.common.Utils
-
- cellBorderTypeToString(int) - Static method in class com.groupdocs.comparison.common.Utils
-
- ChangeInfo - Class in com.groupdocs.comparison.result
-
Represents information about change.
- ChangeInfo() - Constructor for class com.groupdocs.comparison.result.ChangeInfo
-
- ChangeType - Class in com.groupdocs.comparison.result
-
Specifies change type.
- chartLineFormattingTypeToInt(String) - Static method in class com.groupdocs.comparison.common.Utils
-
- chartLineFormattingTypeToString(int) - Static method in class com.groupdocs.comparison.common.Utils
-
- chartTypeToString(int) - Static method in class com.groupdocs.comparison.common.Utils
-
- clone() - Method in class com.groupdocs.comparison.result.Rectangle
-
- closeStreams(Closeable...) - Static method in class com.groupdocs.comparison.common.Utils
-
Close all streams in array of streams
- colorToStringOrToString(Object) - Static method in class com.groupdocs.comparison.common.Utils
-
- com.groupdocs.comparison - package com.groupdocs.comparison
-
- com.groupdocs.comparison.common - package com.groupdocs.comparison.common
-
- com.groupdocs.comparison.common.delegates - package com.groupdocs.comparison.common.delegates
-
- com.groupdocs.comparison.common.exceptions - package com.groupdocs.comparison.common.exceptions
-
- com.groupdocs.comparison.interfaces - package com.groupdocs.comparison.interfaces
-
- com.groupdocs.comparison.license - package com.groupdocs.comparison.license
-
- com.groupdocs.comparison.localization - package com.groupdocs.comparison.localization
-
- com.groupdocs.comparison.logging - package com.groupdocs.comparison.logging
-
- com.groupdocs.comparison.options - package com.groupdocs.comparison.options
-
- 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
-
- 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(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(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(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
- compareDoublesWithRounding(double, double) - Static method in class com.groupdocs.comparison.common.Utils
-
- 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
- CompareOptions.Builder() - Constructor for class com.groupdocs.comparison.options.CompareOptions.Builder
-
- 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(String, LoadOptions) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(String, ComparerSettings) - Constructor for class com.groupdocs.comparison.Comparer
-
- Comparer(String, 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
-
- ComparerSettings - Class in com.groupdocs.comparison
-
Defines settings for customizing
Comparer
behaviour.
- ComparerSettings() - Constructor for class com.groupdocs.comparison.ComparerSettings
-
- ComparisonAction - Class 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.
- ConsoleLogger - Class in com.groupdocs.comparison.logging
-
Represents logger implementation which sends all messages to console.
- ConsoleLogger() - Constructor for class com.groupdocs.comparison.logging.ConsoleLogger
-
- createDefaultTextStyleOfNote() - Static method in class com.groupdocs.comparison.common.Utils
-
- generatePreview(PreviewOptions) - Method in class com.groupdocs.comparison.Document
-
Generates document pages preview.
- getAuthor() - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the author.
- getAuthors() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Authors.
- getBox() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Coordinates of changed element.
- getCalculateCoordinates() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to calculate coordinates for changed components.
- 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
-
- 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.
- 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.
- 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).
- 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.
- getDetectStyleChanges() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to detect style changes or not.
- 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 class 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 class com.groupdocs.comparison.result.FileType
-
File format
- getFileType() - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
Document type
- 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.
- getGenerateSummaryPage() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to add summary page with detected changes statistics to resultant document or not.
- getHeaderFootersComparison() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Control to turn on comparison of header/footer contents.
- 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
- getMarkChangedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents.
- getMarkNestedContent() - 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.
- getMasterPath() - Method in class com.groupdocs.comparison.options.style.DiagramMasterSetting
-
Path for Master.
- getName() - Method in class com.groupdocs.comparison.Document
-
Document name.
- getName(int) - Static method in class com.groupdocs.comparison.result.ChangeType
-
- 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
- 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.
- getSensitivityOfComparison() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets a sensitivity of comparison.
- getShowDeletedContent() - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to show deleted components in resultant document or not.
- 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.
- getStartStringSeparator() - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the begin separator string.
- getStream() - Method in class com.groupdocs.comparison.Document
-
Document stream.
- getStyleChanges() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Style changes.
- getSupportedFileTypes() - Static method in class 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.
- getText() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Text value of change.
- getType() - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Type of change.
- getUseSourceMaster() - 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
- 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
- gradientColorTypeToString(int) - Static method in class com.groupdocs.comparison.common.Utils
-
- saveFormatOfCellsFromString(String) - Static method in class com.groupdocs.comparison.common.Utils
-
- 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
- SaveOptions.Builder() - Constructor for class com.groupdocs.comparison.options.save.SaveOptions.Builder
-
- setAuthor(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
-
- setAuthor(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the 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
-
- 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
-
- setCalculateCoordinates(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to calculate coordinates for changed components.
- setCategory(String) - Method in class com.groupdocs.comparison.result.CategoryChange
-
Gets or sets the category.
- setChangedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- 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.
- setCloneMetadataType(int) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
-
- setCloneMetadataType(int) - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Gets or sets a value indicating whether to clone metadata to target document or not.
- setCompany(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata.Builder
-
- setCompany(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the company.
- setComparisonAction(int) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Action (accept or reject).
- 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
-
- setDeletedItemStyle(StyleSettings) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Describes style for deleted components.
- setDetalisationLevel(int) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- setDetalisationLevel(int) - 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
-
- 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
-
- 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
-
- setEndStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the end separator string.
- setExtension(String) - Method in class com.groupdocs.comparison.result.FileType
-
- setFileAuthorMetadata(FileAuthorMetadata) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
-
- setFileAuthorMetadata(FileAuthorMetadata) - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Used when MetadataType is set to FileAuthor.
- setFileFormat(String) - Method in class com.groupdocs.comparison.result.FileType
-
- setFileType(FileType) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
Document type
- setFilter(int) - Method in class com.groupdocs.comparison.options.GetChangeOptions
-
Type of changes.
- setFolderPath(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions.Builder
-
- 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).
- setFontColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
- setFontColor(Color) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the font color.
- setGenerateSummaryPage(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setLastSaveBy(String) - Method in class com.groupdocs.comparison.options.FileAuthorMetadata
-
Gets or sets the last save by.
- setLicense(InputStream) - Method in class com.groupdocs.comparison.license.License
-
Licenses the component.
- setLicense(String) - Method in class com.groupdocs.comparison.license.License
-
Licenses the component.
- setLogger(ILogger) - Method in class com.groupdocs.comparison.ComparerSettings
-
Logger implementation
- setMarkChangedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- 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
-
- 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
-
- 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
- setMeteredLicense() - Method in class com.groupdocs.comparison.license.License
-
Sets the metered license.
- setMultipleComparison(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- 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
- setNewValueToNormalizedMethod(Object, String, Object) - Static method in class com.groupdocs.comparison.common.Utils
-
- 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
-
- 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
-
- 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
-
- 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
- setPaperSize(int) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- setPaperSize(int) - 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
-
- setPassword(String) - Method in class com.groupdocs.comparison.options.save.SaveOptions
-
Gets or sets the password for result document.
- setPasswordSaveOption(int) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- setPasswordSaveOption(int) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Gets or sets the password save option.
- setPreviewFormat(int) - Method in class com.groupdocs.comparison.options.PreviewOptions.Builder
-
- setPreviewFormat(int) - 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
-
- 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
-
- setSensitivityOfComparison(int) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- setSensitivityOfComparison(int) - Method in class com.groupdocs.comparison.options.CompareOptions
-
- setShowDeletedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions.Builder
-
- setShowDeletedContent(boolean) - Method in class com.groupdocs.comparison.options.CompareOptions
-
Indicates whether to show deleted components in resultant document or not.
- setSize(long) - Method in interface com.groupdocs.comparison.interfaces.IDocumentInfo
-
File size
- setStartStringSeparator(String) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
- 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
-
- 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.
- setText(String) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Text value of change.
- setType(int) - Method in class com.groupdocs.comparison.result.ChangeInfo
-
Type of change.
- setUnderline(boolean) - Method in class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
- 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
-
- 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
-
- 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
-
- 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
-
- setWordsSeparators(char[]) - Method in class com.groupdocs.comparison.options.style.StyleSettings
-
Gets or sets the words separator chars.
- setX(double) - Method in class com.groupdocs.comparison.result.Rectangle
-
X coordinate
- setY(double) - Method in class com.groupdocs.comparison.result.Rectangle
-
Y coordinate
- ShiftedAndResized - Static variable in class com.groupdocs.comparison.result.ChangeType
-
The shifted and resized.
- SHOW_MESSAGE_NOT_OFTEN_THAN - 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
-
- Source - Static variable in class com.groupdocs.comparison.options.enums.MetadataType
-
Metedata takes from source document
- Source - Static variable in class com.groupdocs.comparison.options.enums.PasswordSaveOption
-
Source password.
- StyleChanged - Static variable in class com.groupdocs.comparison.result.ChangeType
-
Style changed.
- 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
- StyleSettings.Builder() - Constructor for class com.groupdocs.comparison.options.style.StyleSettings.Builder
-
- 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
-