|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.office.excel.Record
org.millscript.office.excel.records.AbstractCellRecord
org.millscript.office.excel.records.BoolErr
public class BoolErr
| Nested Class Summary | |
|---|---|
static class |
BoolErr.BoolErrType
|
| Constructor Summary | |
|---|---|
BoolErr(int row,
int col,
int xf)
|
|
| Method Summary | |
|---|---|
void |
handle(RecordParser recordParser)
|
void |
setType(BoolErr.BoolErrType t)
|
void |
setValue(byte v)
|
| Methods inherited from class org.millscript.office.excel.records.AbstractCellRecord |
|---|
getIndexToColumn, getIndexToRow |
| Methods inherited from class org.millscript.office.excel.Record |
|---|
decorate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoolErr(int row,
int col,
int xf)
row - col - xf - | Method Detail |
|---|
public void handle(RecordParser recordParser)
handle in class RecordRecord.handle(org.millscript.office.excel.RecordParser)public void setType(BoolErr.BoolErrType t)
t - The type to set.public void setValue(byte v)
v - The value to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||