|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileType | |
---|---|
com.groupdocs.viewer.domain |
Uses of FileType in com.groupdocs.viewer.domain |
---|
Methods in com.groupdocs.viewer.domain that return FileType | |
---|---|
FileType |
GroupDocsFileDescription.getFileType()
Gets file type from full file name |
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. |
Methods in com.groupdocs.viewer.domain with parameters of type FileType | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |