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 The record aggregates are not real "records" but collections of records that act as a single record.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures 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. copy()
Clones the object.Constructors in org.apache.poi.hssf.record with parameters of type DVRecord Constructor Description DVRecord(DVRecord other)
-
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)
-