Class XSSFOddFooter

  • All Implemented Interfaces:
    Footer, HeaderFooter

    public class XSSFOddFooter
    extends XSSFHeaderFooter
    implements Footer
    Odd page footer value. Corresponds to odd printed pages. Odd page(s) in the sheet may not be printed, for example, if the print area is specified to be a range such that it falls outside an odd page's scope.
    • Constructor Detail

      • XSSFOddFooter

        protected XSSFOddFooter​(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter)
        Create an instance of XSSFOddFooter from the supplied XML bean
        Parameters:
        headerFooter -
        See Also:
        XSSFSheet.getOddFooter()