Uses of Class
org.apache.poi.hssf.record.HeaderFooterBase
-
Packages that use HeaderFooterBase Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of HeaderFooterBase in org.apache.poi.hssf.record
Subclasses of HeaderFooterBase in org.apache.poi.hssf.record Modifier and Type Class Description class
FooterRecord
Specifies the footer for a sheetclass
HeaderRecord
Specifies a header for a sheetMethods in org.apache.poi.hssf.record that return HeaderFooterBase Modifier and Type Method Description abstract HeaderFooterBase
HeaderFooterBase. copy()
Constructors in org.apache.poi.hssf.record with parameters of type HeaderFooterBase Constructor Description HeaderFooterBase(HeaderFooterBase other)
-