public final class FooterRecord extends HeaderFooterBase implements Cloneable
Description: Specifies the footer for a sheet
REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
FooterRecord(RecordInputStream in) |
FooterRecord(String text) |
| Modifier and Type | Method and Description |
|---|---|
FooterRecord |
clone() |
short |
getSid()
return the non static version of the id for this record.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getText, serialize, setTextgetRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public FooterRecord(String text)
public FooterRecord(RecordInputStream in)
public String toString()
Recordpublic short getSid()
Recordpublic FooterRecord clone()
Copyright © 2010 - 2020 Adobe. All Rights Reserved