Uses of Class
org.apache.poi.hssf.record.DefaultColWidthRecord
-
Packages that use DefaultColWidthRecord 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 DefaultColWidthRecord in org.apache.poi.hssf.model
Fields in org.apache.poi.hssf.model declared as DefaultColWidthRecord Modifier and Type Field Description protected DefaultColWidthRecordInternalSheet. defaultcolwidth -
Uses of DefaultColWidthRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return DefaultColWidthRecord Modifier and Type Method Description DefaultColWidthRecordDefaultColWidthRecord. copy()Constructors in org.apache.poi.hssf.record with parameters of type DefaultColWidthRecord Constructor Description DefaultColWidthRecord(DefaultColWidthRecord other)
-