|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--VKRep.TReportAbstract.TBiffRec
Title: Class TBiffRec represents record of BIFF file itself.
Description: The object of this class holds BIFF file record
It conststs of BIFF record header and data of record.
Copyright: Copyright (c) 2003
Company:
Field Summary | |
int |
c
Absolute number of column. |
int |
c1
Not used |
int |
c2
Not used |
int |
cb
Number of collumn relatively begin collumn section. |
int |
col_b
The begining column for BIFF records of types holds general information about columns or range of columns. |
int |
col_e
The ending column for BIFF records of types holds general information about columns or range of columns. |
java.lang.Object |
d
Contets of cell. |
byte[] |
data
Data of record. |
TReportAbstract.TBiffRecHeader |
head
Header of BIFF file record. |
int |
r
Absolute number of row. |
int |
rb
Number of row relatively begin row section. |
int |
w
Not used |
Constructor Summary | |
TReportAbstract.TBiffRec()
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public TReportAbstract.TBiffRecHeader head
public byte[] data
public int rb
public int cb
public int r
public int c
public int col_b
public int col_e
public int c1
public int c2
public int w
public java.lang.Object d
Constructor Detail |
public TReportAbstract.TBiffRec()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |