public final class HeaderRecord extends HeaderFooterBase
Description: Specifies a header for a sheet
REFERENCE: PG 321 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
HeaderRecord(RecordInputStream in) |
HeaderRecord(String text) |
| Modifier and Type | Method and Description |
|---|---|
Object |
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)
|
getDataSize, getText, serialize, setTextgetRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public HeaderRecord(String text)
public HeaderRecord(RecordInputStream in)
Copyright © 2020. All rights reserved.