public final class WSBoolRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
WSBoolRecord() |
WSBoolRecord(RecordInputStream in) |
WSBoolRecord(WSBoolRecord other) |
Modifier and Type | Method and Description |
---|---|
WSBoolRecord |
copy() |
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
|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
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)
|
getRecordSize, serialize
cloneViaReserialise, serialize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
public static final short sid
public WSBoolRecord()
public WSBoolRecord(WSBoolRecord other)
public WSBoolRecord(RecordInputStream in)
public void setWSBool1(byte bool1)
bool1
- Set boolean 1 of this recordpublic 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)
bool2
- Set boolean 2 of this recordpublic 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 void serialize(LittleEndianOutput out)
StandardRecord
The number of bytes written must equal the record size reported by
RecordBase.getRecordSize()
} minus four (
record header consisting of a 'ushort sid' and 'ushort reclength' has
already been written by their superclass).
serialize
in class StandardRecord
out
- the output objectprotected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
public WSBoolRecord copy()
copy
in interface Duplicatable
copy
in class StandardRecord
public HSSFRecordTypes getGenericRecordType()
getGenericRecordType
in interface GenericRecord
getGenericRecordType
in class Record
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.