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: WSBoolRecord [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.WSBoolRecord
Title: WSBool Record Description: stores workbook settings (aka its a big "everything we didn't put somewhere else")

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

REFERENCE: PG 425 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 WSBoolRecord() 
 public WSBoolRecord(short id,
    short size,
    byte[] data) 
 public WSBoolRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.WSBoolRecord Summary:
fillFields,   getAlternateExpression,   getAlternateFormula,   getAutobreaks,   getDialog,   getDisplayGuts,   getFitToPage,   getRowSumsBelow,   getRowSumsRight,   getSid,   getWSBool1,   getWSBool2,   serialize,   setAlternateExpression,   setAlternateFormula,   setAutobreaks,   setDialog,   setDisplayGuts,   setFitToPage,   setRowSumsBelow,   setRowSumsRight,   setWSBool1,   setWSBool2,   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.WSBoolRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public boolean getAlternateExpression() 
    whether alternate expression evaluation is on
 public boolean getAlternateFormula() 
    whether alternative formula entry is on
 public boolean getAutobreaks() 
    show automatic page breaks or not
 public boolean getDialog() 
    get whether sheet is a dialog sheet or not
 public boolean getDisplayGuts() 
    get whether to display the guts or not
 public boolean getFitToPage() 
    fit to page option is on
 public boolean getRowSumsBelow() 
    get if row summaries appear below detail in the outline
 public boolean getRowSumsRight() 
    get if col summaries appear right of the detail in the outline
 public short getSid() 
 public byte getWSBool1() 
    get first byte (see bit getters)
 public byte getWSBool2() 
    get the second byte (see bit getters)
 public byte[] serialize() 
 public  void setAlternateExpression(boolean altexp) 
    whether alternate expression evaluation is on
 public  void setAlternateFormula(boolean formula) 
    whether alternative formula entry is on
 public  void setAutobreaks(boolean ab) 
    show automatic page breaks or not
 public  void setDialog(boolean isDialog) 
    set whether sheet is a dialog sheet or not
 public  void setDisplayGuts(boolean guts) 
    set whether to display the guts or not
 public  void setFitToPage(boolean fit2page) 
    fit to page option is on
 public  void setRowSumsBelow(boolean below) 
    set if row summaries appear below detail in the outline
 public  void setRowSumsRight(boolean right) 
    set if col summaries appear right of the detail in the outline
 public  void setWSBool1(byte bool1) 
    set first byte (see bit setters)
 public  void setWSBool2(byte bool2) 
    set the second byte (see bit setters)
 public String toString() 
 protected  void validateSid(short id)