Uses of Class
org.apache.poi.hssf.record.DVRecord
-
Packages that use DVRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record.org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of DVRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return DVRecord Modifier and Type Method Description DVRecord
DVRecord. clone()
Clones the object. -
Uses of DVRecord in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates with parameters of type DVRecord Modifier and Type Method Description void
DataValidityTable. addDataValidation(DVRecord dvRecord)
-
Uses of DVRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return DVRecord Modifier and Type Method Description DVRecord
HSSFDataValidation. createDVRecord(HSSFSheet sheet)
-