public final class GridsetRecord extends StandardRecord
Description: flag denoting whether the user specified that gridlines are used when printing.
REFERENCE: PG 320 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
| Modifier and Type | Field and Description |
|---|---|
short |
field_1_gridset_flag |
static short |
sid |
| Constructor and Description |
|---|
GridsetRecord() |
GridsetRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
protected int |
getDataSize() |
boolean |
getGridset()
get whether the gridlines are shown during printing.
|
short |
getSid()
return the non static version of the id for this record.
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setGridset(boolean gridset)
set whether gridlines are visible when printing
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public short field_1_gridset_flag
public GridsetRecord()
public GridsetRecord(RecordInputStream in)
public void setGridset(boolean gridset)
gridset - - true if no gridlines are print, false if gridlines are not print.public boolean getGridset()
public java.lang.String toString()
Recordpublic void serialize(LittleEndianOutput out)
StandardRecordRecordBase.getRecordSize()} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize in class StandardRecordprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
RecordCopyright 2014 The Apache Software Foundation or its licensors, as applicable.