Package org.apache.poi.hssf.record
Class FooterRecord
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.HeaderFooterBase
org.apache.poi.hssf.record.FooterRecord
- All Implemented Interfaces:
Cloneable
Title: Footer Record (0x0015)
Description: Specifies the footer for a sheet
REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.HeaderFooterBase
getDataSize, getText, serialize, setText
Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serialize
Methods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
FooterRecord
-
FooterRecord
-
-
Method Details