Uses of Class
org.apache.poi.hssf.record.MulRKRecord
-
Packages that use MulRKRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of MulRKRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return MulRKRecord Modifier and Type Method Description MulRKRecord
MulRKRecord. copy()
Methods in org.apache.poi.hssf.record with parameters of type MulRKRecord Modifier and Type Method Description static NumberRecord[]
RecordFactory. convertRKRecords(MulRKRecord mrk)
Converts aMulRKRecord
into an equivalent array ofNumberRecords
-