public final class PrintHeadersRecord extends StandardRecord
Description: Whether or not to print the row/column headers when you enjoy your spreadsheet in the physical form.
REFERENCE: PG 373 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
PrintHeadersRecord() |
PrintHeadersRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
protected int |
getDataSize() |
boolean |
getPrintHeaders()
get whether to print the headers - y/n
|
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 |
setPrintHeaders(boolean p)
set to print the headers - y/n
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public PrintHeadersRecord()
public PrintHeadersRecord(RecordInputStream in)
public void setPrintHeaders(boolean p)
p - printheaders or notpublic boolean getPrintHeaders()
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.