Class HSSFFooter

  • All Implemented Interfaces:
    Footer, HeaderFooter

    public final class HSSFFooter
    extends HeaderFooter
    implements Footer
    Class to read and manipulate the footer.

    The footer works by having a left, center, and right side. The total cannot be more that 255 bytes long. One uses this class by getting the HSSFFooter from HSSFSheet and then getting or setting the left, center, and right side. For special things (such as page numbers and date), one can use a the methods that return the characters used to represent these. One can also change the fonts by using similar methods.