Class 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 Details

    • setText

      public final void setText(String text)
      set the footer string
      Parameters:
      text - string to display
    • getText

      public final String getText()
    • serialize

      public final void serialize(LittleEndianOutput out)
    • copy

      public abstract HeaderFooterBase copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class StandardRecord
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()