public final class WSBoolRecord extends StandardRecord
REFERENCE: PG 425 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
WSBoolRecord() |
WSBoolRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
getAlternateExpression()
whether alternate expression evaluation is on
|
boolean |
getAlternateFormula()
whether alternative formula entry is on
|
boolean |
getAutobreaks()
show automatic page breaks or not
|
protected int |
getDataSize() |
boolean |
getDialog()
get whether sheet is a dialog sheet or not
|
boolean |
getDisplayGuts()
get whether to display the guts or not
|
boolean |
getFitToPage()
fit to page option is on
|
boolean |
getRowSumsBelow()
get if row summaries appear below detail in the outline
|
boolean |
getRowSumsRight()
get if col summaries appear right of the detail in the outline
|
short |
getSid()
return the non static version of the id for this record.
|
byte |
getWSBool1()
get first byte (see bit getters)
|
byte |
getWSBool2()
get the second byte (see bit getters)
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setAlternateExpression(boolean altexp)
whether alternate expression evaluation is on
|
void |
setAlternateFormula(boolean formula)
whether alternative formula entry is on
|
void |
setAutobreaks(boolean ab)
show automatic page breaks or not
|
void |
setDialog(boolean isDialog)
set whether sheet is a dialog sheet or not
|
void |
setDisplayGuts(boolean guts)
set whether to display the guts or not
|
void |
setFitToPage(boolean fit2page)
fit to page option is on
|
void |
setRowSumsBelow(boolean below)
set if row summaries appear below detail in the outline
|
void |
setRowSumsRight(boolean right)
set if col summaries appear right of the detail in the outline
|
void |
setWSBool1(byte bool1)
set first byte (see bit setters)
|
void |
setWSBool2(byte bool2)
set the second byte (see bit setters)
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public WSBoolRecord()
public WSBoolRecord(RecordInputStream in)
public void setWSBool1(byte bool1)
public void setAutobreaks(boolean ab)
ab
- whether to show auto page breakspublic void setDialog(boolean isDialog)
isDialog
- or notpublic void setRowSumsBelow(boolean below)
below
- or notpublic void setRowSumsRight(boolean right)
right
- or notpublic void setWSBool2(byte bool2)
public void setFitToPage(boolean fit2page)
fit2page
- fit or notpublic void setDisplayGuts(boolean guts)
guts
- or no guts (or glory)public void setAlternateExpression(boolean altexp)
altexp
- alternative expression evaluation or notpublic void setAlternateFormula(boolean formula)
formula
- alternative formulas or notpublic byte getWSBool1()
public boolean getAutobreaks()
public boolean getDialog()
public boolean getRowSumsBelow()
public boolean getRowSumsRight()
public byte getWSBool2()
public boolean getFitToPage()
public boolean getDisplayGuts()
public boolean getAlternateExpression()
public boolean getAlternateFormula()
public java.lang.String toString()
Record
public void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize
in class StandardRecord
protected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.