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

Description: Defines with width and formatting for a range of columns

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

REFERENCE: PG 293 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 ColumnInfoRecord() 
 public ColumnInfoRecord(short id,
    short size,
    byte[] data) 
 public ColumnInfoRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.ColumnInfoRecord Summary:
fillFields,   getCollapsed,   getColumnWidth,   getFirstColumn,   getHidden,   getLastColumn,   getOptions,   getOutlineLevel,   getSid,   getXFIndex,   serialize,   setCollapsed,   setColumnWidth,   setFirstColumn,   setHidden,   setLastColumn,   setOptions,   setOutlineLevel,   setXFIndex,   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.ColumnInfoRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public boolean getCollapsed() 
    get whether the cells are collapsed
 public short getColumnWidth() 
    get the columns' width in 1/256 of a character width
 public short getFirstColumn() 
    get the first column this record defines formatting info for
 public boolean getHidden() 
    get whether or not these cells are hidden
 public short getLastColumn() 
    get the last column this record defines formatting info for
 public short getOptions() 
    get the options bitfield - use the bitsetters instead
 public short getOutlineLevel() 
    get the outline level for the cells
 public short getSid() 
 public short getXFIndex() 
    get the columns' default format info
 public byte[] serialize() 
 public  void setCollapsed(boolean iscollapsed) 
    set whether the cells are collapsed
 public  void setColumnWidth(short cw) 
    set the columns' width in 1/256 of a character width
 public  void setFirstColumn(short fc) 
    set the first column this record defines formatting info for
 public  void setHidden(boolean ishidden) 
    set whether or not these cells are hidden
 public  void setLastColumn(short lc) 
    set the last column this record defines formatting info for
 public  void setOptions(short options) 
    set the options bitfield - use the bitsetters instead
 public  void setOutlineLevel(short olevel) 
    set the outline level for the cells
 public  void setXFIndex(short xfi) 
    set the columns' default format info
 public String toString() 
 protected  void validateSid(short id)