Uses of Class
org.apache.poi.hssf.record.ExtSSTRecord
-
Packages that use ExtSSTRecord Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. -
-
Uses of ExtSSTRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return ExtSSTRecord Modifier and Type Method Description ExtSSTRecord
ExtSSTRecord. copy()
ExtSSTRecord
SSTRecord. createExtSSTRecord(int sstOffset)
Creates an extended string record based on the current contents of the current SST record.Constructors in org.apache.poi.hssf.record with parameters of type ExtSSTRecord Constructor Description ExtSSTRecord(ExtSSTRecord other)
-