LoadFormat

Inheritance: java.lang.Object

public final class LoadFormat

Represents the load file format.

Fields

FieldDescription
AUTORepresents recognizing the format automatically.
AZW_3Represents an AZW3 file.
CSVComma-Separated Values(CSV) text file.
EPUBReprents an EPUB file.
EXCEL_97_TO_2003Represents an Excel97-2003 xls file.
FODSRepresents OpenDocument Flat XML Spreadsheet (.fods) file format.
HTMLRepresents a html file.
IMAGEImage
JSONJson
M_HTMLRepresents a mhtml file.
NUMBERSRepresents a numbers file.
ODSOpen Document Sheet(ODS) file.
OTSOpen Document Template Sheet(OTS) file.
SPREADSHEET_MLRepresents an Excel 2003 xml file.
SXCRepresents StarOffice Calc Spreadsheet (.sxc) file format.
TAB_DELIMITEDRepresents a tab delimited text file, same with TSV.
TSVTab-Separated Values(TSV) text file.
UNKNOWNRepresents unrecognized format, cannot be loaded.
XLSBRepresents an xlsb file.
XLSXRepresents Office Open XML spreadsheetML workbook or template, with or without macros.
XMLRepresents a simple xml file.

Methods

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

AUTO

public static final int AUTO

Represents recognizing the format automatically.

AZW_3

public static final int AZW_3

Represents an AZW3 file.

CSV

public static final int CSV

Comma-Separated Values(CSV) text file.

EPUB

public static final int EPUB

Reprents an EPUB file.

EXCEL_97_TO_2003

public static final int EXCEL_97_TO_2003

Represents an Excel97-2003 xls file.

FODS

public static final int FODS

Represents OpenDocument Flat XML Spreadsheet (.fods) file format.

HTML

public static final int HTML

Represents a html file.

IMAGE

public static final int IMAGE

Image

JSON

public static final int JSON

Json

M_HTML

public static final int M_HTML

Represents a mhtml file.

NUMBERS

public static final int NUMBERS

Represents a numbers file.

ODS

public static final int ODS

Open Document Sheet(ODS) file.

OTS

public static final int OTS

Open Document Template Sheet(OTS) file.

SPREADSHEET_ML

public static final int SPREADSHEET_ML

Represents an Excel 2003 xml file.

SXC

public static final int SXC

Represents StarOffice Calc Spreadsheet (.sxc) file format.

TAB_DELIMITED

public static final int TAB_DELIMITED

Represents a tab delimited text file, same with TSV.

TSV

public static final int TSV

Tab-Separated Values(TSV) text file.

UNKNOWN

public static final int UNKNOWN

Represents unrecognized format, cannot be loaded.

XLSB

public static final int XLSB

Represents an xlsb file.

XLSX

public static final int XLSX

Represents Office Open XML spreadsheetML workbook or template, with or without macros.

XML

public static final int XML

Represents a simple xml 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