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 |
copy() |
protected int |
getDataSize() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
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.
|
getRecordSize, serializecloneViaReserialise, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic 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 StandardRecordout - the output objectprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic 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 HeaderFooterRecord copy()
copy in interface Duplicatablecopy in class StandardRecordpublic HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class Recordpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.