Uses of Class
org.apache.poi.hssf.record.RKRecord
-
Packages that use RKRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of RKRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return RKRecord Modifier and Type Method Description RKRecordRKRecord. copy()Methods in org.apache.poi.hssf.record with parameters of type RKRecord Modifier and Type Method Description static NumberRecordRecordFactory. convertToNumberRecord(RKRecord rk)RK record is a slightly smaller alternative to NumberRecord POI likes NumberRecord betterConstructors in org.apache.poi.hssf.record with parameters of type RKRecord Constructor Description RKRecord(RKRecord other)
-