Uses of Class
com.groupdocs.viewer.domain.FileType

Packages that use FileType
com.groupdocs.viewer.domain   
com.groupdocs.viewer.handlers.input   
 

Uses of FileType in com.groupdocs.viewer.domain
 

Methods in com.groupdocs.viewer.domain that return FileType
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
 

Uses of FileType in com.groupdocs.viewer.handlers.input
 

Methods in com.groupdocs.viewer.handlers.input that return FileType
 FileType LocalInputDataHandler.getFileType(String guid)
           
abstract  FileType InputDataHandler.getFileType(String guid)
          Get file type
 FileType AzureInputDataHandler.getFileType(String guid)
           
 



Copyright © 2014. All rights reserved.