FileFormatType

Contents
[ ]

Inheritance: java.lang.Object

public final class FileFormatType

Enumerates spreadsheet file format types

Fields

Field Description
CSV Represents a CSV file.
DIF Data Interchange Format.
DOC Represents a doc file.
DOCM Represents a docm file.
DOCX Represents a docx file.
DOTM Represents a dotm file.
DOTX Represents a dotx file.
EXCEL_2003_XML Represents an Excel 2003 xml file.
EXCEL_97_TO_2003 Represents an Excel97-2003 xls file.
HTML Represents a html file.
MAPI_MESSAGE Represents a email file.
MS_EQUATION Represents the MS Equation 3.0 object.
ODS Represents a ods file.
OLE_10_NATIVE Represents the embedded native object.
OOXML Represents office open xml file(such as xlsx, docx,pptx, etc).
PDF Represents a Pdf file.
POTM Represents a Potm file.
POTX Represents a Potx file.
PPSM Represents a ppsm file.
PPSX Represents a ppsx file.
PPT Represents a ppt file.
PPTM Represents a pptm file.
PPTX Represents a pptx file.
SLDX Represents a sldx file.
SVG Represents a svg file.
TAB_DELIMITED Represents a tab delimited text file.
TIFF Represents a TIFF file.
UNKNOWN Represents unrecognized format, cannot be loaded.
VDW MS Visio VDW web drawing format.
VDX MS Visio VDX xml format.
VSD MS Visio VSD binary format.
VSDM MS Visio 2013 VSDM file format.
VSDX MS Visio 2013 VSDX file format.
VSS MS Visio VSS binary stencil format.
VSSM MS Visio 2013 VSSM file format.
VSSX MS Visio 2013 VSSX file format.
VST MS Visio VST binary template format.
VSTM MS Visio 2013 VSTM file format.
VSTX MS Visio 2013 VSTX Template file format.
VSX MS Visio VSX xml stencil format.
VTX MS Visio VTX xml template format.
XLAM Represents a addinMacro-enabled template xltm file.
XLSB Represents an xlsb file.
XLSM Represents an xlsm file which enable macros.
XLSX Represents an xlsx file.
XLTM Represents a macro-enabled template xltm file.
XLTX Represents a template xltx file.
XML Represents an simple xml file.
XPS Represents an XPS file.

Methods

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

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.

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.

HTML

public static final int HTML

Represents a html file.

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.

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.

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:

Parameter Type Description
arg0 java.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:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int