Package org.apache.poi.hssf.record
Class HeaderFooterBase
- 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
-
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
- Direct Known Subclasses:
FooterRecord,HeaderRecord
public abstract class HeaderFooterBase extends StandardRecord
Common header/footer base class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract HeaderFooterBasecopy()java.util.Map<java.lang.String,java.util.function.Supplier<?>>getGenericProperties()java.lang.StringgetText()voidserialize(LittleEndianOutput out)voidsetText(java.lang.String text)set the footer string-
Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serialize
-
Methods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, getGenericRecordType, getSid, serialize, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
-
-
-
Method Detail
-
setText
public final void setText(java.lang.String text)
set the footer string- Parameters:
text- string to display
-
getText
public final java.lang.String getText()
-
serialize
public final void serialize(LittleEndianOutput out)
-
copy
public abstract HeaderFooterBase copy()
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericProperties
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
-
-