FileFormatType

Inheritance: java.lang.Object

public final class FileFormatType

Enumerates spreadsheet file format types

Fields

FieldDescription
BMPRepresents a BMP file.
CSVRepresents a CSV file.
DIFData Interchange Format.
DOCRepresents a doc file.
DOCMRepresents a docm file.
DOCXRepresents a docx file.
DOTMRepresents a dotm file.
DOTXRepresents a dotx file.
EMFWindows Enhanced Metafile.
EXCEL_2003_XMLRepresents an Excel 2003 xml file.
EXCEL_97_TO_2003Represents an Excel97-2003 xls file.
GIFGif
HTMLRepresents a html file.
JPGJPEG JFIF.
MAPI_MESSAGERepresents a email file.
MS_EQUATIONRepresents the MS Equation 3.0 object.
ODSRepresents a ods file.
OLE_10_NATIVERepresents the embedded native object.
OOXMLRepresents office open xml file(such as xlsx, docx,pptx, etc).
PDFRepresents a Pdf file.
PNGPortable Network Graphics.
POTMRepresents a Potm file.
POTXRepresents a Potx file.
PPSMRepresents a ppsm file.
PPSXRepresents a ppsx file.
PPTRepresents a ppt file.
PPTMRepresents a pptm file.
PPTXRepresents a pptx file.
SLDXRepresents a sldx file.
SVGRepresents a svg file.
TAB_DELIMITEDRepresents a tab delimited text file.
TIFFRepresents a TIFF file.
UNKNOWNRepresents unrecognized format, cannot be loaded.
VDWMS Visio VDW web drawing format.
VDXMS Visio VDX xml format.
VSDMS Visio VSD binary format.
VSDMMS Visio 2013 VSDM file format.
VSDXMS Visio 2013 VSDX file format.
VSSMS Visio VSS binary stencil format.
VSSMMS Visio 2013 VSSM file format.
VSSXMS Visio 2013 VSSX file format.
VSTMS Visio VST binary template format.
VSTMMS Visio 2013 VSTM file format.
VSTXMS Visio 2013 VSTX Template file format.
VSXMS Visio VSX xml stencil format.
VTXMS Visio VTX xml template format.
WMFWindows Metafile.
XLAMRepresents a addinMacro-enabled template xltm file.
XLSBRepresents an xlsb file.
XLSMRepresents an xlsm file which enable macros.
XLSXRepresents an xlsx file.
XLTMRepresents a macro-enabled template xltm file.
XLTXRepresents a template xltx file.
XMLRepresents an simple xml file.
XPSRepresents an XPS file.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BMP

public static final int BMP

Represents a BMP file. The file format is not supported Only for detecting file type.

CSV

public static final int CSV

Represents a CSV file. The file format is not supported Only for detecting file type.

DIF

public static final int DIF

Data Interchange Format.

DOC

public static final int DOC

Represents a doc file. The file format is not supported Only for detecting file type.

DOCM

public static final int DOCM

Represents a docm file. The file format is not supported Only for detecting file type.

DOCX

public static final int DOCX

Represents a docx file. The file format is not supported Only for detecting file type.

DOTM

public static final int DOTM

Represents a dotm file. The file format is not supported Only for detecting file type.

DOTX

public static final int DOTX

Represents a dotx file. The file format is not supported Only for detecting file type.

EMF

public static final int EMF

Windows Enhanced Metafile.

EXCEL_2003_XML

public static final int EXCEL_2003_XML

Represents an Excel 2003 xml file. The file format is not supported Only for detecting file type.

EXCEL_97_TO_2003

public static final int EXCEL_97_TO_2003

Represents an Excel97-2003 xls file. The file format is not supported Only for detecting file type.

GIF

public static final int GIF

Gif

HTML

public static final int HTML

Represents a html file.

JPG

public static final int JPG

JPEG JFIF.

MAPI_MESSAGE

public static final int MAPI_MESSAGE

Represents a email file. The file format is not supported Only for detecting file type.

MS_EQUATION

public static final int MS_EQUATION

Represents the MS Equation 3.0 object. The file format is not supported Only for detecting file type.

ODS

public static final int ODS

Represents a ods file. The file format is not supported Only for detecting file type.

OLE_10_NATIVE

public static final int OLE_10_NATIVE

Represents the embedded native object. The file format is not supported Only for detecting file type.

OOXML

public static final int OOXML

Represents office open xml file(such as xlsx, docx,pptx, etc). The file format is not supported Only for detecting file type. If the office open xml file is encrypted, it could not be detected as xlsx ,docx, pptx,etc.

PDF

public static final int PDF

Represents a Pdf file.

PNG

public static final int PNG

Portable Network Graphics.

POTM

public static final int POTM

Represents a Potm file. The file format is not supported Only for detecting file type.

POTX

public static final int POTX

Represents a Potx file. The file format is not supported Only for detecting file type.

PPSM

public static final int PPSM

Represents a ppsm file. The file format is not supported Only for detecting file type.

PPSX

public static final int PPSX

Represents a ppsx file. The file format is not supported Only for detecting file type.

PPT

public static final int PPT

Represents a ppt file. The file format is not supported Only for detecting file type.

PPTM

public static final int PPTM

Represents a pptm file. The file format is not supported Only for detecting file type.

PPTX

public static final int PPTX

Represents a pptx file. The file format is not supported Only for detecting file type.

SLDX

public static final int SLDX

Represents a sldx file. The file format is not supported Only for detecting file type.

SVG

public static final int SVG

Represents a svg file.

TAB_DELIMITED

public static final int TAB_DELIMITED

Represents a tab delimited text file. The file format is not supported Only for detecting file type.

TIFF

public static final int TIFF

Represents a TIFF file.

UNKNOWN

public static final int UNKNOWN

Represents unrecognized format, cannot be loaded.

VDW

public static final int VDW

MS Visio VDW web drawing format.

VDX

public static final int VDX

MS Visio VDX xml format.

VSD

public static final int VSD

MS Visio VSD binary format.

VSDM

public static final int VSDM

MS Visio 2013 VSDM file format.

VSDX

public static final int VSDX

MS Visio 2013 VSDX file format.

VSS

public static final int VSS

MS Visio VSS binary stencil format.

VSSM

public static final int VSSM

MS Visio 2013 VSSM file format.

VSSX

public static final int VSSX

MS Visio 2013 VSSX file format.

VST

public static final int VST

MS Visio VST binary template format.

VSTM

public static final int VSTM

MS Visio 2013 VSTM file format.

VSTX

public static final int VSTX

MS Visio 2013 VSTX Template file format.

VSX

public static final int VSX

MS Visio VSX xml stencil format.

VTX

public static final int VTX

MS Visio VTX xml template format.

WMF

public static final int WMF

Windows Metafile.

XLAM

public static final int XLAM

Represents a addinMacro-enabled template xltm file. The file format is not supported Only for detecting file type.

XLSB

public static final int XLSB

Represents an xlsb file. The file format is not supported Only for detecting file type.

XLSM

public static final int XLSM

Represents an xlsm file which enable macros. The file format is not supported Only for detecting file type.

XLSX

public static final int XLSX

Represents an xlsx file. The file format is not supported Only for detecting file type.

XLTM

public static final int XLTM

Represents a macro-enabled template xltm file. The file format is not supported Only for detecting file type.

XLTX

public static final int XLTX

Represents a template xltx file. The file format is not supported Only for detecting file type.

XML

public static final int XML

Represents an simple xml file. The file format is not supported Only for detecting file type.

XPS

public static final int XPS

Represents an XPS file.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int