Uses of Class
org.apache.poi.hssf.record.SCLRecord
-
Packages that use SCLRecord 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 SCLRecord in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model with parameters of type SCLRecord Modifier and Type Method Description void
InternalSheet. setSCLRecord(SCLRecord sclRecord)
Sets the SCL record or creates it in the correct place if it does not already exist. -
Uses of SCLRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return SCLRecord Modifier and Type Method Description SCLRecord
SCLRecord. copy()
Constructors in org.apache.poi.hssf.record with parameters of type SCLRecord Constructor Description SCLRecord(SCLRecord other)
-