Uses of Class
org.apache.poi.hssf.record.UnicodeString

Packages that use UnicodeString
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 UnicodeString in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return UnicodeString
 UnicodeString Workbook.getSSTString(int str)
          given an index into the SST table, this function returns the corresponding String value
 

Methods in org.apache.poi.hssf.model with parameters of type UnicodeString
 int Workbook.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
 UnicodeString[] SupBookRecord.getSheetNames()
           
 UnicodeString SSTRecord.getString(int id)
          Get a particular string by its index
 UnicodeString SupBookRecord.getURL()
           
 UnicodeString RecordInputStream.readUnicodeString()
          Returns an excel style unicode string from the bytes reminaing in the record.
 

Methods in org.apache.poi.hssf.record with parameters of type UnicodeString
 int SSTRecord.addString(UnicodeString string)
          Add a string.
static SupBookRecord SupBookRecord.createExternalReferences(UnicodeString url, UnicodeString[] sheetNames)
           
static SupBookRecord SupBookRecord.createExternalReferences(UnicodeString url, UnicodeString[] sheetNames)
           
 

Constructors in org.apache.poi.hssf.record with parameters of type UnicodeString
SupBookRecord(UnicodeString url, UnicodeString[] sheetNames)
           
SupBookRecord(UnicodeString url, UnicodeString[] sheetNames)
           
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.