Uses of Class
org.apache.poi.hssf.record.common.FtrHeader
-
Packages that use FtrHeader Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.common -
-
Uses of FtrHeader in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return FtrHeader Modifier and Type Method Description FtrHeaderCFHeader12Record. getFutureHeader()FtrHeaderCFRule12Record. getFutureHeader() -
Uses of FtrHeader in org.apache.poi.hssf.record.common
Methods in org.apache.poi.hssf.record.common that return FtrHeader Modifier and Type Method Description FtrHeaderFtrHeader. copy()FtrHeaderFutureRecord. getFutureHeader()Constructors in org.apache.poi.hssf.record.common with parameters of type FtrHeader Constructor Description FtrHeader(FtrHeader other)
-