public class DocumentTypeName extends Object
The document type name.
Modifier and Type | Field and Description |
---|---|
static String |
CAD
Default is "CAD".
|
static String |
CELLS
Default is "Cells".
|
static String |
DIAGRAM
Default is "Diagram".
|
static String |
DICOM
Default is "Dicom".
|
static String |
DJVU
Default is "Djvu".
|
static String |
EMAIL
Default is "Email".
|
static String |
IMAGE
Default is "Image".
|
static String |
NOTE
Default is "Note".
|
static String |
PDF
Default is "Pdf".
|
static String |
PROJECT
Default is "Project".
|
static String |
SLIDES
Default is "Slides".
|
static String |
TAGGEDIMAGE
Default is "TaggedImage".
|
static String |
UNKNOWN
Default is "Unknown".
|
static String |
WORDS
Default is "Words".
|
Constructor and Description |
---|
DocumentTypeName() |
public static final String WORDS
Default is "Words". Include the following file types: doc, docm, docx, dot, dotm, dotx, rtf, txt, odt, ott, html, xml.
public static final String CELLS
Default is "Cells". Include the following file types: xls, xlsx, xlsm, xlsb, csv, xls2003, ods.
public static final String SLIDES
Default is "Slides". Include the following file types: ppt, pps, pptx, ppsx, odp.
public static final String PDF
Default is "Pdf". Include the following file types: epub, pdf, xps.
public static final String DIAGRAM
Default is "Diagram". Include the following file types: vsd, vdx, vss, vsx, vst, vtx, vsdx, vdw, vssx, vstx.
public static final String PROJECT
Default is "Project". Include the following file types: mpp, mpt.
public static final String IMAGE
Default is "Image". Include the following file types: psd, bmp, gif, jpg, jpeg, png, ico.
public static final String TAGGEDIMAGE
Default is "TaggedImage". Include the following file types: tif, tiff.
public static final String CAD
Default is "CAD". Include the following file types: dwg, dxf.
public static final String EMAIL
Default is "Email". Include the following file types: msg, eml, emlx, mht.
public static final String DJVU
Default is "Djvu". Include the following file types: Djvu.
public static final String DICOM
Default is "Dicom". Include the following file types: Dicom.
public static final String NOTE
Default is "Note". Include the following file types: one.
public static final String UNKNOWN
Default is "Unknown".
Copyright © 2018. All rights reserved.