Package | Description |
---|---|
com.groupdocs.comparison |
The package provides classes to compare documents for all popular document formats.
|
com.groupdocs.comparison.common |
The package provides helpers classes.
|
com.groupdocs.comparison.interfaces |
The package provides interfaces to instantiate output objects.
|
com.groupdocs.comparison.options.load | |
com.groupdocs.comparison.result |
The package provides classes which represents the comparison results.
|
com.groupdocs.comparison.words.revision |
Modifier and Type | Method and Description |
---|---|
FileType |
Document.getFileType() |
Modifier and Type | Method and Description |
---|---|
void |
Document.setFileType(FileType fileType) |
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()
Document type
|
Modifier and Type | Method and Description |
---|---|
void |
IDocumentInfo.setFileType(FileType value)
Document type
|
Modifier and Type | Method and Description |
---|---|
FileType |
LoadOptions.getFileType()
File type of the document
|
Modifier and Type | Method and Description |
---|---|
void |
LoadOptions.setFileType(FileType fileType)
File type of the document
|
LoadOptions.Builder |
LoadOptions.Builder.setFileType(FileType fileType) |
Constructor and Description |
---|
LoadOptions(FileType fileType) |
Modifier and Type | Method and Description |
---|---|
static FileType |
FileType.fromFileNameOrExtension(String fileNameOrExtension)
Return FileType based on file name or extension
|
FileType |
FileInfo.getFileType()
File type
|
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()
Get supported file types enumeration
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FileType.areEquals(FileType left,
FileType right)
Operator overload
|
static boolean |
FileType.areNotEquals(FileType left,
FileType right)
Operator overload
|
void |
FileInfo.setFileType(FileType mFileType)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
Constructor and Description |
---|
RevisionHandler(InputStream file,
FileType fileType)
Initializes new instance of
RevisionHandler class with a file stream with revisions. |
Copyright © 2023. All rights reserved.