| Package | Description |
|---|---|
| com.groupdocs.comparison |
The package provides classes to compare documents for all popular document formats.
|
| com.groupdocs.comparison.common |
Provides utility classes with methods that can be useful when using the GroupDocs.Comparison API.
|
| com.groupdocs.comparison.interfaces |
Provides interfaces that define contracts for various components and functionalities in GroupDocs.Comparison.
|
| com.groupdocs.comparison.options.load |
Provides classes and options for configuring loading documents in GroupDocs.Comparison.
|
| com.groupdocs.comparison.result |
Provides classes and interfaces for working with the result of document comparison.
|
| com.groupdocs.comparison.words.revision |
Provides classes and interfaces for representing revisions and tracked changes in Word documents during the comparison process in GroupDocs.Comparison for Java.
|
| Modifier and Type | Method and Description |
|---|---|
FileType |
Document.getFileType()
Gets the type of the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setFileType(FileType fileType)
Sets the type of the document.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Utils.fileTypeToWords(FileType fileType)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
FileType |
IDocumentInfo.getFileType()
Gets a type of the file represented by
FileType enum. |
| Modifier and Type | Method and Description |
|---|---|
void |
IDocumentInfo.setFileType(FileType value)
Sets a type of the file using
FileType enum. |
| Modifier and Type | Method and Description |
|---|---|
FileType |
LoadOptions.getFileType()
Gets a type of a file that is loading.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadOptions.setFileType(FileType value)
Sets a type of a file that is loading.
|
LoadOptions.Builder |
LoadOptions.Builder.setFileType(FileType value)
Sets a type of a file that is loading.
|
| Constructor and Description |
|---|
LoadOptions(FileType fileType)
Initializes a new instance of the LoadOptions class with a type of a file.
|
| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.fromFileNameOrExtension(String value)
Return FileType based on file name or extension
|
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<FileType> |
FileType.getSupportedFileTypes()
Gets list of supported file types
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FileType.areEquals(FileType left,
FileType right)
Checks the equality of provided file types
|
static boolean |
FileType.areNotEquals(FileType left,
FileType right)
Checks are provided file types not equals
|
| Constructor and Description |
|---|
RevisionHandler(InputStream file,
FileType fileType)
Initializes a new instance of the RevisionHandler class with a file stream containing revisions.
|
Copyright © 2024. All rights reserved.