public final class GridsetRecord extends StandardRecord implements java.lang.Cloneable
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 |
---|---|
GridsetRecord |
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, serialize
cloneViaReserialise, serialize
public 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()
Record
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 GridsetRecord clone()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.