VKRep
Class TReportAbstract.TBiffRec

java.lang.Object
  |
  +--VKRep.TReportAbstract.TBiffRec
Enclosing class:
TReportAbstract

protected class TReportAbstract.TBiffRec
extends java.lang.Object

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:

Version:
1.0
Author:
not attributable

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

head

public TReportAbstract.TBiffRecHeader head
Header of BIFF file record. Object of class TBiffRecHeader.


data

public byte[] data
Data of record. The part of record from header and length of head.length


rb

public int rb
Number of row relatively begin row section.


cb

public int cb
Number of collumn relatively begin collumn section.


r

public int r
Absolute number of row.


c

public int c
Absolute number of column.


col_b

public int col_b
The begining column for BIFF records of types holds general information about columns or range of columns. For (opcode == 125, Column definition, for example)


col_e

public int col_e
The ending column for BIFF records of types holds general information about columns or range of columns. For (opcode == 125, Column definition, for example)


c1

public int c1
Not used


c2

public int c2
Not used


w

public int w
Not used


d

public java.lang.Object d
Contets of cell. May be one of this objects:

Constructor Detail

TReportAbstract.TBiffRec

public TReportAbstract.TBiffRec()
Constructor. Initialise object.