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

Description: Row/column gutter sizes

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

REFERENCE: PG 320 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 GutsRecord() 
 public GutsRecord(short id,
    short size,
    byte[] data) 
 public GutsRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.GutsRecord Summary:
fillFields,   getColLevelMax,   getLeftRowGutter,   getRowLevelMax,   getSid,   getTopColGutter,   serialize,   setColLevelMax,   setLeftRowGutter,   setRowLevelMax,   setTopColGutter,   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.GutsRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public short getColLevelMax() 
    get the maximum outline level for the col gutter.
 public short getLeftRowGutter() 
    get the size of the gutter that appears at the left of the rows
 public short getRowLevelMax() 
    get the maximum outline level for the row gutter.
 public short getSid() 
 public short getTopColGutter() 
    get the size of the gutter that appears at the above the columns
 public byte[] serialize() 
 public  void setColLevelMax(short max) 
    set the maximum outline level for the col gutter.
 public  void setLeftRowGutter(short gut) 
    set the size of the gutter that appears at the left of the rows
 public  void setRowLevelMax(short max) 
    set the maximum outline level for the row gutter.
 public  void setTopColGutter(short gut) 
    set the size of the gutter that appears at the above the columns
 public String toString() 
 protected  void validateSid(short id)