org.textmining.extraction.excel
Class Record
java.lang.Object
org.textmining.extraction.excel.Record
public class Record
- extends java.lang.Object
Constructor Summary |
Record(int type,
int size,
int offset)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOF_BIFF2
public static final short BOF_BIFF2
- See Also:
- Constant Field Values
BOF_BIFF3
public static final short BOF_BIFF3
- See Also:
- Constant Field Values
BOF_BIFF4
public static final short BOF_BIFF4
- See Also:
- Constant Field Values
BOF_BIFF5678
public static final short BOF_BIFF5678
- See Also:
- Constant Field Values
BOUNDSHEET
public static final short BOUNDSHEET
- See Also:
- Constant Field Values
DBCELL
public static final short DBCELL
- See Also:
- Constant Field Values
DEFAULTCOLWIDTH
public static final short DEFAULTCOLWIDTH
- See Also:
- Constant Field Values
DEFAULTROWHEIGHT
public static final short DEFAULTROWHEIGHT
- See Also:
- Constant Field Values
DIMENSIONS
public static final short DIMENSIONS
- See Also:
- Constant Field Values
EOF
public static final short EOF
- See Also:
- Constant Field Values
INDEX
public static final short INDEX
- See Also:
- Constant Field Values
ROW
public static final short ROW
- See Also:
- Constant Field Values
SST_RECORD
public static final short SST_RECORD
- See Also:
- Constant Field Values
Record
public Record(int type,
int size,
int offset)
getOffset
public int getOffset()
getSize
public int getSize()
getType
public int getType()