public final class HeaderFooterRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
HeaderFooterRecord(byte[] data) |
HeaderFooterRecord(HeaderFooterRecord other) |
HeaderFooterRecord(RecordInputStream in)
construct a HeaderFooterRecord record.
|
Modifier and Type | Method and Description |
---|---|
HeaderFooterRecord |
clone()
Deprecated.
|
HeaderFooterRecord |
copy() |
protected int |
getDataSize() |
byte[] |
getGuid()
If this header belongs to a specific sheet view , the sheet view?s GUID will be saved here.
|
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isCurrentSheet() |
void |
serialize(LittleEndianOutput out)
spit the record out AS IS.
|
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public HeaderFooterRecord(byte[] data)
public HeaderFooterRecord(HeaderFooterRecord other)
public HeaderFooterRecord(RecordInputStream in)
in
- the RecordInputstream to read the record frompublic void serialize(LittleEndianOutput out)
serialize
in class StandardRecord
out
- the output objectprotected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
public byte[] getGuid()
If it is zero, it means the current sheet. Otherwise, this field MUST match the guid field
of the preceding UserSViewBegin
record.
public boolean isCurrentSheet()
public java.lang.String toString()
Record
@Deprecated @Removal(version="5.0.0") public HeaderFooterRecord clone()
clone
in class java.lang.Object
public HeaderFooterRecord copy()
copy
in interface Duplicatable
copy
in class StandardRecord
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.