public class DocumentType extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CELLS |
static String |
DIAGRAM |
static String |
EMAIL |
static String |
IMAGE |
static String |
PDF |
static String |
PROJECT |
static String |
SLIDES |
static String |
UNKNOWN |
static String |
WORDS |
static String |
XPS |
Constructor and Description |
---|
DocumentType() |
Modifier and Type | Method and Description |
---|---|
static String |
getDocumentType(FileType fileType)
Create a map of supported file formats and document types
Used to display corresponding file icons in file browser popup |
static String |
getDocumentType(String key)
Create a map of supported file formats and document types
Used to display corresponding file icons in file browser popup |
public static final String WORDS
public static final String PDF
public static final String SLIDES
public static final String CELLS
public static final String IMAGE
public static final String EMAIL
public static final String DIAGRAM
public static final String PROJECT
public static final String UNKNOWN
public static final String XPS
Copyright © 2015. All rights reserved.