FileFormatType
Inheritance: java.lang.Object
public final class FileFormatType
Represents the file format types.
Fields
Field | Description |
---|---|
AZW_3 | AZW3 |
BMP | Represents a BMP file. |
CHM | CHM |
CSV | Comma-Separated Values(CSV) text 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. |
EMF | Windows Enhanced Metafile. |
EPUB | EPUB |
EXCEL_2 | Represents an Excel2.1 xls file. |
EXCEL_3 | Represents an Excel3.0 xls file. |
EXCEL_4 | Represents an Excel4.0 xls file. |
EXCEL_95 | Represents an Excel95 xls file. |
EXCEL_97_TO_2003 | Excel97-2003 spreadsheet file. |
FODS | Represents OpenDocument Flat XML Spreadsheet (.fods) file format. |
GIF | Gif |
GRAPH_CHART | Represents embedded graph chart. |
G_ZIP | Rrepesents GZip file. |
HTML | HTML format. |
JPG | JPEG JFIF. |
JSON | Json |
MAPI_MESSAGE | Represents a email file. |
MARKDOWN | Represents markdown document. |
MICROSOFT_CABINET | Rrepesents Microsoft Cabinet file. |
MS_EQUATION | Represents the MS Equation 3.0 object. |
M_HTML | MHTML (Web archive) format. |
NUMBERS | Represents Numbers 9.0 file format by Apple Inc. |
NUMBERS_09 | Represents Numbers 9.0 file format by Apple Inc. |
NUMBERS_35 | Represents Numbers 3.5 file format since 2014 by Apple Inc |
ODF | Represents an ODF file. |
ODG | Represents an ODG file. |
ODP | Represents a ODP file. |
ODS | Open Document Sheet(ODS) file. |
ODT | Represents an ODT file. |
OLE | Represents the embedded ole object. |
OLE_10_NATIVE | Represents the embedded native object. |
ONE_NOTE | Rrepesents One Note file. |
OOXML | Represents office open xml file(such as xlsx, docx,pptx, etc). |
OTP | Represents a OTP file. |
OTS | Represents an ots file. |
OTT | Represents an OTT file. |
OXPS | OXPS (Open XML Paper Specification) format. |
PDF (Adobe Portable Document) format. | |
PNG | Portable Network Graphics. |
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. |
RTF | Rtf |
SPREADSHEET_ML | Excel 2003 XML Data file. |
SQL_SCRIPT | Sql |
SVG | SVG file. |
SXC | Represents StarOffice Calc Spreadsheet (.sxc) file format. |
TAB_DELIMITED | Tab-Separated Values(TSV) text file, same with LoadFormat.TSV. |
TIFF | Represents a TIFF file. |
TSV | Tab-Separated Values(TSV) text file. |
UNKNOWN | Represents unrecognized format, cannot be loaded. |
VSD | Represents MS Visio VSD binary format. |
VSDX | Represents MS Visio 2013 VSDX file format. |
WEB_P | Webp |
WMF | Windows Metafile. |
XLAM | Office Open XML SpreadsheetML addinMacro-Enabled file. |
XLSB | The Excel Binary File Format (.xlsb) |
XLSM | Office Open XML SpreadsheetML Macro-Enabled file. |
XLSX | Office Open XML SpreadsheetML file (macro-free). |
XLT | Excel97-2003 spreadsheet template. |
XLTM | Office Open XML SpreadsheetML Macro-Enabled Template. |
XLTX | Office Open XML SpreadsheetML Template (macro-free). |
XML | Represents a simple xml file. |
XPS | XPS (XML Paper Specification) format. |
X_HTML | Rrepesents XHtml file. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
AZW_3
public static final int AZW_3
AZW3
BMP
public static final int BMP
Represents a BMP file.
Remarks
The file format is not supported Only for detecting file type.
CHM
public static final int CHM
CHM
CSV
public static final int CSV
Comma-Separated Values(CSV) text file.
DIF
public static final int DIF
Data Interchange Format.
DOC
public static final int DOC
Represents a doc file.
Remarks
The file format is not supported Only for detecting file type.
DOCM
public static final int DOCM
Represents a docm file.
Remarks
The file format is not supported Only for detecting file type.
DOCX
public static final int DOCX
Represents a docx file.
Remarks
The file format is not supported Only for detecting file type.
DOTM
public static final int DOTM
Represents a dotm file.
Remarks
The file format is not supported Only for detecting file type.
DOTX
public static final int DOTX
Represents a dotx file.
Remarks
The file format is not supported Only for detecting file type.
EMF
public static final int EMF
Windows Enhanced Metafile.
EPUB
public static final int EPUB
EPUB
EXCEL_2
public static final int EXCEL_2
Represents an Excel2.1 xls file.
Remarks
The file format is not supported
EXCEL_3
public static final int EXCEL_3
Represents an Excel3.0 xls file.
Remarks
The file format is not supported
EXCEL_4
public static final int EXCEL_4
Represents an Excel4.0 xls file.
Remarks
The file format is not supported
EXCEL_95
public static final int EXCEL_95
Represents an Excel95 xls file.
EXCEL_97_TO_2003
public static final int EXCEL_97_TO_2003
Excel97-2003 spreadsheet file.
FODS
public static final int FODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
GIF
public static final int GIF
Gif
GRAPH_CHART
public static final int GRAPH_CHART
Represents embedded graph chart.
G_ZIP
public static final int G_ZIP
Rrepesents GZip file.
Remarks
The file format is not supported Only for detecting file type.
HTML
public static final int HTML
HTML format.
JPG
public static final int JPG
JPEG JFIF.
JSON
public static final int JSON
Json
MAPI_MESSAGE
public static final int MAPI_MESSAGE
Represents a email file.
Remarks
The file format is not supported Only for detecting file type.
MARKDOWN
public static final int MARKDOWN
Represents markdown document.
MICROSOFT_CABINET
public static final int MICROSOFT_CABINET
Rrepesents Microsoft Cabinet file.
Remarks
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.
Remarks
The file format is not supported Only for detecting file type.
M_HTML
public static final int M_HTML
MHTML (Web archive) format.
NUMBERS
public static final int NUMBERS
Represents Numbers 9.0 file format by Apple Inc.
Remarks
NOTE: This member is now obsolete. Instead, please use NUMBERS_09 property. This property will be removed 6 months later since June 2023. Aspose apologizes for any inconvenience you may have experienced.
NUMBERS_09
public static final int NUMBERS_09
Represents Numbers 9.0 file format by Apple Inc.
NUMBERS_35
public static final int NUMBERS_35
Represents Numbers 3.5 file format since 2014 by Apple Inc
ODF
public static final int ODF
Represents an ODF file.
Remarks
The file format is not supported Only for detecting file type.
ODG
public static final int ODG
Represents an ODG file.
Remarks
The file format is not supported Only for detecting file type.
ODP
public static final int ODP
Represents a ODP file.
Remarks
The file format is not supported Only for detecting file type.
ODS
public static final int ODS
Open Document Sheet(ODS) file.
ODT
public static final int ODT
Represents an ODT file.
Remarks
The file format is not supported Only for detecting file type.
OLE
public static final int OLE
Represents the embedded ole object.
Remarks
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.
Remarks
The file format is not supported Only for detecting file type.
ONE_NOTE
public static final int ONE_NOTE
Rrepesents One Note file.
Remarks
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).
Remarks
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.
OTP
public static final int OTP
Represents a OTP file.
Remarks
The file format is not supported. Only for detecting file type.
OTS
public static final int OTS
Represents an ots file.
OTT
public static final int OTT
Represents an OTT file.
Remarks
The file format is not supported Only for detecting file type.
OXPS
public static final int OXPS
OXPS (Open XML Paper Specification) format.
public static final int PDF
PDF (Adobe Portable Document) format.
PNG
public static final int PNG
Portable Network Graphics.
POTM
public static final int POTM
Represents a Potm file.
Remarks
The file format is not supported Only for detecting file type.
POTX
public static final int POTX
Represents a Potx file.
Remarks
The file format is not supported Only for detecting file type.
PPSM
public static final int PPSM
Represents a ppsm file.
Remarks
The file format is not supported Only for detecting file type.
PPSX
public static final int PPSX
Represents a ppsx file.
Remarks
The file format is not supported Only for detecting file type.
PPT
public static final int PPT
Represents a ppt file.
Remarks
The file format is not supported Only for detecting file type.
PPTM
public static final int PPTM
Represents a pptm file.
Remarks
The file format is not supported Only for detecting file type.
PPTX
public static final int PPTX
Represents a pptx file.
Remarks
The file format is not supported Only for detecting file type.
RTF
public static final int RTF
Rtf
SPREADSHEET_ML
public static final int SPREADSHEET_ML
Excel 2003 XML Data file.
SQL_SCRIPT
public static final int SQL_SCRIPT
Sql
SVG
public static final int SVG
SVG file.
SXC
public static final int SXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.
TAB_DELIMITED
public static final int TAB_DELIMITED
Tab-Separated Values(TSV) text file, same with LoadFormat.TSV.
TIFF
public static final int TIFF
Represents a TIFF file.
TSV
public static final int TSV
Tab-Separated Values(TSV) text file.
UNKNOWN
public static final int UNKNOWN
Represents unrecognized format, cannot be loaded.
VSD
public static final int VSD
Represents MS Visio VSD binary format.
Remarks
The file format is not supported Only for detecting file type.
VSDX
public static final int VSDX
Represents MS Visio 2013 VSDX file format.
Remarks
The file format is not supported Only for detecting file type.
WEB_P
public static final int WEB_P
Webp
WMF
public static final int WMF
Windows Metafile.
XLAM
public static final int XLAM
Office Open XML SpreadsheetML addinMacro-Enabled file.
XLSB
public static final int XLSB
The Excel Binary File Format (.xlsb)
XLSM
public static final int XLSM
Office Open XML SpreadsheetML Macro-Enabled file.
XLSX
public static final int XLSX
Office Open XML SpreadsheetML file (macro-free).
XLT
public static final int XLT
Excel97-2003 spreadsheet template.
XLTM
public static final int XLTM
Office Open XML SpreadsheetML Macro-Enabled Template.
XLTX
public static final int XLTX
Office Open XML SpreadsheetML Template (macro-free).
XML
public static final int XML
Represents a simple xml file.
Remarks
The file format is not supported Only for detecting file type.
XPS
public static final int XPS
XPS (XML Paper Specification) format.
X_HTML
public static final int X_HTML
Rrepesents XHtml 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 |