Package | Description |
---|---|
com.groupdocs.comparison.interfaces | |
com.groupdocs.comparison.result |
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 |
---|---|
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
|