|
||||||||||
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.FooterRecord
public final class FooterRecord
Title: Footer Record (0x0015)
Description: Specifies the footer for a sheetREFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
Field Summary | |
---|---|
static short |
sid
|
Constructor Summary | |
---|---|
FooterRecord(RecordInputStream in)
|
|
FooterRecord(java.lang.String text)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
protected int |
getDataSize()
|
java.lang.String |
getFooter()
get the footer string |
short |
getSid()
return the non static version of the id for this record. |
java.lang.String |
getText()
|
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record. |
void |
setFooter(java.lang.String footer)
set the footer string |
void |
setText(java.lang.String text)
set the footer string |
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 |
---|
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 FooterRecord(java.lang.String text)
public FooterRecord(RecordInputStream in)
Method Detail |
---|
public void setFooter(java.lang.String footer)
footer
- string to displaypublic java.lang.String getFooter()
public java.lang.String toString()
Record
toString
in class Record
public short getSid()
Record
getSid
in class Record
public java.lang.Object clone()
clone
in class Record
public final void setText(java.lang.String text)
text
- string to displaypublic final java.lang.String getText()
public final void serialize(LittleEndianOutput out)
StandardRecord
Record#getDataSize()
serialize
in class StandardRecord
protected final int getDataSize()
getDataSize
in class StandardRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |