|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.DVParser
Class which parses the binary data associated with Data Validity (DV) setting
| Nested Class Summary | |
static class |
DVParser.Condition
|
static class |
DVParser.DVType
|
static class |
DVParser.ErrorStyle
|
| Field Summary | |
static DVParser.DVType |
ANY
|
static DVParser.Condition |
BETWEEN
|
static DVParser.DVType |
DATE
|
static DVParser.DVType |
DECIMAL
|
static DVParser.Condition |
EQUAL
|
static DVParser.DVType |
FORMULA
|
static DVParser.Condition |
GREATER_EQUAL
|
static DVParser.Condition |
GREATER_THAN
|
static DVParser.ErrorStyle |
INFO
|
static DVParser.DVType |
INTEGER
|
static DVParser.Condition |
LESS_EQUAL
|
static DVParser.Condition |
LESS_THAN
|
static DVParser.DVType |
LIST
|
static DVParser.Condition |
NOT_BETWEEN
|
static DVParser.Condition |
NOT_EQUAL
|
static DVParser.ErrorStyle |
STOP
|
static DVParser.DVType |
TEXT_LENGTH
|
static DVParser.DVType |
TIME
|
static DVParser.ErrorStyle |
WARNING
|
| Constructor Summary | |
DVParser(byte[] data,
ExternalSheet es,
WorkbookMethods nt,
WorkbookSettings ws)
Constructor |
|
| Method Summary | |
byte[] |
getData()
Gets the data |
int |
getFirstColumn()
Accessor for first column |
int |
getFirstRow()
Accessor for first row |
int |
getLastColumn()
Accessor for the last column |
int |
getLastRow()
Accessor for the last row |
void |
insertColumn(int col)
Inserts a column |
void |
insertRow(int row)
Inserts a row |
void |
removeColumn(int col)
Removes a column |
void |
removeRow(int row)
Removes a row |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final DVParser.DVType ANY
public static final DVParser.DVType INTEGER
public static final DVParser.DVType DECIMAL
public static final DVParser.DVType LIST
public static final DVParser.DVType DATE
public static final DVParser.DVType TIME
public static final DVParser.DVType TEXT_LENGTH
public static final DVParser.DVType FORMULA
public static final DVParser.ErrorStyle STOP
public static final DVParser.ErrorStyle WARNING
public static final DVParser.ErrorStyle INFO
public static final DVParser.Condition BETWEEN
public static final DVParser.Condition NOT_BETWEEN
public static final DVParser.Condition EQUAL
public static final DVParser.Condition NOT_EQUAL
public static final DVParser.Condition GREATER_THAN
public static final DVParser.Condition LESS_THAN
public static final DVParser.Condition GREATER_EQUAL
public static final DVParser.Condition LESS_EQUAL
| Constructor Detail |
public DVParser(byte[] data,
ExternalSheet es,
WorkbookMethods nt,
WorkbookSettings ws)
throws FormulaException
| Method Detail |
public byte[] getData()
public void insertRow(int row)
row - the row to insertpublic void insertColumn(int col)
col - the column to insertpublic void removeRow(int row)
row - the row to insertpublic void removeColumn(int col)
col - the row to removepublic int getFirstColumn()
public int getLastColumn()
public int getFirstRow()
public int getLastRow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||