Uses of Class
org.apache.poi.hssf.record.GridsetRecord
-
Packages that use GridsetRecord Package Description org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of GridsetRecord in org.apache.poi.hssf.model
Fields in org.apache.poi.hssf.model declared as GridsetRecord Modifier and Type Field Description protected GridsetRecord
InternalSheet. gridset
Methods in org.apache.poi.hssf.model that return GridsetRecord Modifier and Type Method Description GridsetRecord
InternalSheet. getGridsetRecord()
Gets the gridset record for this sheet. -
Uses of GridsetRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return GridsetRecord Modifier and Type Method Description GridsetRecord
GridsetRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type GridsetRecord Constructor Description GridsetRecord(GridsetRecord other)
-