Package | Description |
---|---|
com.groupdocs.viewer.domain | |
com.groupdocs.viewer.handlers.input |
Modifier and Type | Method and Description |
---|---|
static FileType |
FileType.getValue(String key) |
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 String |
DocumentType.getDocumentType(FileType fileType)
Create a map of supported file formats and document types
Used to display corresponding file icons in file browser popup |
Modifier and Type | Method and Description |
---|---|
FileType |
LocalInputDataHandler.getFileType(String guid) |
abstract FileType |
InputDataHandler.getFileType(String guid)
Get file type
|
FileType |
AzureInputDataHandler.getFileType(String guid) |
FileType |
AmazonS3InputDataHandler.getFileType(String guid) |
Copyright © 2014. All rights reserved.