|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.HeaderFooterRecord
public final class HeaderFooterRecord
The HEADERFOOTER record stores information added in Office Excel 2007 for headers/footers.
Field Summary | |
---|---|
static short |
sid
|
Constructor Summary | |
---|---|
HeaderFooterRecord(byte[] data)
|
|
HeaderFooterRecord(RecordInputStream in)
construct a HeaderFooterRecord record. |
Method Summary | |
---|---|
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) |
Methods inherited from class org.apache.poi.hssf.record.StandardRecord |
---|
getRecordSize, serialize |
Methods inherited from class org.apache.poi.hssf.record.Record |
---|
clone, cloneViaReserialise, serialize |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short sid
Constructor Detail |
---|
public HeaderFooterRecord(byte[] data)
public HeaderFooterRecord(RecordInputStream in)
in
- the RecordInputstream to read the record fromMethod Detail |
---|
public void serialize(LittleEndianOutput out)
serialize
in class StandardRecord
protected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
getSid
in class 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
toString
in class Record
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |