Uses of Class
org.apache.poi.hssf.record.common.UnicodeString
-
Packages that use UnicodeString 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.org.apache.poi.hssf.record.common -
-
Uses of UnicodeString in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return UnicodeString Modifier and Type Method Description UnicodeStringInternalWorkbook. getSSTString(int str)given an index into the SST table, this function returns the corresponding String valueMethods in org.apache.poi.hssf.model with parameters of type UnicodeString Modifier and Type Method Description intInternalWorkbook. addSSTString(UnicodeString string)Adds a string to the SST table and returns its index (if its a duplicate just returns its index and update the counts) ASSUMES compressed unicode (meaning 8bit) -
Uses of UnicodeString in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return UnicodeString Modifier and Type Method Description UnicodeStringSSTRecord. getString(int id)Get a particular string by its indexMethods in org.apache.poi.hssf.record with parameters of type UnicodeString Modifier and Type Method Description intSSTRecord. addString(UnicodeString string)Add a string. -
Uses of UnicodeString in org.apache.poi.hssf.record.common
Methods in org.apache.poi.hssf.record.common that return UnicodeString Modifier and Type Method Description UnicodeStringUnicodeString. copy()Methods in org.apache.poi.hssf.record.common with parameters of type UnicodeString Modifier and Type Method Description intUnicodeString. compareTo(UnicodeString str)
-