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

Description: sheet window settings

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

REFERENCE: PG 422 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 WindowTwoRecord() 
 public WindowTwoRecord(short id,
    short size,
    byte[] data) 
 public WindowTwoRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.WindowTwoRecord Summary:
fillFields,   getArabic,   getDefaultHeader,   getDisplayFormulas,   getDisplayGridlines,   getDisplayGuts,   getDisplayRowColHeadings,   getDisplayZeros,   getFreezePanes,   getFreezePanesNoSplit,   getHeaderColor,   getLeftCol,   getNormalZoom,   getOptions,   getPageBreakZoom,   getPaged,   getReserved,   getSavedInPageBreakPreview,   getSelected,   getSid,   getTopRow,   serialize,   setArabic,   setDefaultHeader,   setDisplayFormulas,   setDisplayGridlines,   setDisplayGuts,   setDisplayRowColHeadings,   setDisplayZeros,   setFreezePanes,   setFreezePanesNoSplit,   setHeaderColor,   setLeftCol,   setNormalZoom,   setOptions,   setPageBreakZoom,   setPaged,   setReserved,   setSavedInPageBreakPreview,   setSelected,   setTopRow,   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.WindowTwoRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public boolean getArabic() 
    is this arabic?
 public boolean getDefaultHeader() 
    get whether the window should display a default header
 public boolean getDisplayFormulas() 
    get whether the window should display formulas
 public boolean getDisplayGridlines() 
    get whether the window should display gridlines
 public boolean getDisplayGuts() 
    get whether the outline symbols are displaed
 public boolean getDisplayRowColHeadings() 
    get whether the window should display row and column headings
 public boolean getDisplayZeros() 
    get whether the window should display zero values
 public boolean getFreezePanes() 
    get whether the window should freeze panes
 public boolean getFreezePanesNoSplit() 
    freeze unsplit panes or not
 public int getHeaderColor() 
    get the palette index for the header color
 public short getLeftCol() 
    get the leftmost column displayed in the window
 public short getNormalZoom() 
    get the zoom magnification in normal view
 public short getOptions() 
    get the options bitmask or just use the bit setters.
 public short getPageBreakZoom() 
    zoom magification in page break view
 public boolean getPaged() 
    is the sheet currently displayed in the window
 public int getReserved() 
    get the reserved bits - why would you do this?
 public boolean getSavedInPageBreakPreview() 
    was the sheet saved in page break view
 public boolean getSelected() 
    sheet tab is selected
 public short getSid() 
 public short getTopRow() 
    get the top row visible in the window
 public byte[] serialize() 
 public  void setArabic(boolean isarabic) 
    is this arabic?
 public  void setDefaultHeader(boolean header) 
    set whether the window should display a default header
 public  void setDisplayFormulas(boolean formulas) 
    set whether the window should display formulas
 public  void setDisplayGridlines(boolean gridlines) 
    set whether the window should display gridlines
 public  void setDisplayGuts(boolean guts) 
    set whether the outline symbols are displaed
 public  void setDisplayRowColHeadings(boolean headings) 
    set whether the window should display row and column headings
 public  void setDisplayZeros(boolean zeros) 
    set whether the window should display zero values
 public  void setFreezePanes(boolean freezepanes) 
    set whether the window should freeze panes
 public  void setFreezePanesNoSplit(boolean freeze) 
    freeze unsplit panes or not
 public  void setHeaderColor(int color) 
    set the palette index for the header color
 public  void setLeftCol(short leftCol) 
    set the leftmost column displayed in the window
 public  void setNormalZoom(short zoom) 
    set the zoom magnification in normal view
 public  void setOptions(short options) 
    set the options bitmask or just use the bit setters.
 public  void setPageBreakZoom(short zoom) 
    zoom magification in page break view
 public  void setPaged(boolean p) 
    is the sheet currently displayed in the window
 public  void setReserved(int reserved) 
    set the reserved (don't do this) value
 public  void setSavedInPageBreakPreview(boolean p) 
    was the sheet saved in page break view
 public  void setSelected(boolean sel) 
    sheet tab is selected
 public  void setTopRow(short topRow) 
    set the top row visible in the window
 public String toString() 
 protected  void validateSid(short id)