Uses of Class
loci.poi.hssf.record.StringRecord
-
Packages that use StringRecord Package Description loci.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. -
-
Uses of StringRecord in loci.poi.hssf.record.aggregates
Methods in loci.poi.hssf.record.aggregates that return StringRecord Modifier and Type Method Description StringRecord
FormulaRecordAggregate. getStringRecord()
Methods in loci.poi.hssf.record.aggregates with parameters of type StringRecord Modifier and Type Method Description void
FormulaRecordAggregate. setStringRecord(StringRecord stringRecord)
Constructors in loci.poi.hssf.record.aggregates with parameters of type StringRecord Constructor Description FormulaRecordAggregate(FormulaRecord formulaRecord, StringRecord stringRecord)
-