Uses of Class
org.apache.poi.hssf.record.FeatHdrRecord
-
Packages that use FeatHdrRecord Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of FeatHdrRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return FeatHdrRecord Modifier and Type Method Description FeatHdrRecordInternalSheet. getOrCreateEnhancedProtectionRecord() -
Uses of FeatHdrRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return FeatHdrRecord Modifier and Type Method Description FeatHdrRecordFeatHdrRecord. copy()Constructors in org.apache.poi.hssf.record with parameters of type FeatHdrRecord Constructor Description FeatHdrRecord(FeatHdrRecord other)
-