Uses of Class
org.apache.poi.hssf.usermodel.HSSFRichTextString

Packages that use HSSFRichTextString
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of HSSFRichTextString in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that return HSSFRichTextString
 HSSFRichTextString TextObjectRecord.getStr()
           
 

Methods in org.apache.poi.hssf.record with parameters of type HSSFRichTextString
 void TextObjectRecord.setStr(HSSFRichTextString str)