public abstract class HeaderFooterBase extends StandardRecord
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setText(String text)
set the footer string
|
getRecordSize, serializepublic final void setText(String text)
text - string to displaypublic final String getText()
public final void serialize(LittleEndianOutput out)
StandardRecord
The number of bytes written must equal the record size reported by
RecordBase.getRecordSize()} minus four
( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
by their superclass).
out - the output objectCopyright © 2010 - 2020 Adobe. All Rights Reserved