Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » hssf » record » [javadoc | source]
org.apache.cocoon.poi.hssf.record
public class: DBCellRecord [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.DBCellRecord
Title: DBCell Record (Currently read only. Not required.) Description: Used to find rows in blocks...TODO

Copyright: Copyright (c) 2001 SuperLink Software, Inc.

REFERENCE: PG 299/440 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)

Field Summary
public static final  short sid     
Fields inherited from org.apache.cocoon.poi.hssf.record.Record:
sid
Constructor:
 public DBCellRecord() 
 public DBCellRecord(short id,
    short size,
    byte[] data) 
 public DBCellRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.DBCellRecord Summary:
addCellOffset,   fillFields,   getCellOffsetAt,   getNumCellOffsets,   getRowOffset,   getSid,   isInValueSection,   serialize,   setRowOffset,   toString,   validateSid
Methods from org.apache.cocoon.poi.hssf.record.Record:
fillFields,   fillFields,   getRecordSize,   getSid,   isInValueSection,   isValue,   processContinueRecord,   serialize,   toString,   validateSid
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.hssf.record.DBCellRecord Detail:
 public  void addCellOffset(short offset) 
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public short getCellOffsetAt(int index) 
    return the cell offset in the array
 public int getNumCellOffsets() 
    get the number of cell offsets in the celloffset array
 public int getRowOffset() 
    gets offset from the start of this DBCellRecord to the start of the first cell in the next DBCell block.
 public short getSid() 
 public boolean isInValueSection() 
 public byte[] serialize() 
 public  void setRowOffset(int offset) 
    sets offset from the start of this DBCellRecord to the start of the first cell in the next DBCell block.
 public String toString() 
 protected  void validateSid(short id)