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: DimensionsRecord [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.DimensionsRecord
Title: Dimensions Record

Description: provides the minumum and maximum bounds of a sheet.

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

REFERENCE: PG 303 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 DimensionsRecord() 
 public DimensionsRecord(short id,
    short size,
    byte[] data) 
 public DimensionsRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.DimensionsRecord Summary:
fillFields,   getFirstCol,   getFirstRow,   getLastCol,   getLastRow,   getSid,   serialize,   setFirstCol,   setFirstRow,   setLastCol,   setLastRow,   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.DimensionsRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public short getFirstCol() 
    get the first column number for the sheet
 public int getFirstRow() 
    get the first row number for the sheet
 public short getLastCol() 
    get the last col number for the sheet
 public int getLastRow() 
    get the last row number for the sheet
 public short getSid() 
 public byte[] serialize() 
 public  void setFirstCol(short col) 
    set the first column number for the sheet
 public  void setFirstRow(int row) 
    set the first row number for the sheet
 public  void setLastCol(short col) 
    set the last col number for the sheet
 public  void setLastRow(int row) 
    set the last row number for the sheet
 public String toString() 
 protected  void validateSid(short id)