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. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

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)
           
 

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

Methods in org.apache.poi.hssf.usermodel that return HSSFRichTextString
 HSSFRichTextString HSSFCell.getRichStringCellValue()
          get the value of the cell as a string - for numeric cells we throw an exception.
 HSSFRichTextString HSSFFormulaEvaluator.CellValue.getRichTextStringValue()
           
 HSSFRichTextString HSSFTextbox.getString()
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFRichTextString
 void HSSFCell.setCellValue(HSSFRichTextString value)
          set a string value for the cell.
 void HSSFFormulaEvaluator.CellValue.setRichTextStringValue(HSSFRichTextString richTextStringValue)
           
 void HSSFTextbox.setString(HSSFRichTextString string)
           
 void HSSFComment.setString(HSSFRichTextString string)
          Sets the rich text string used by this comment.
 



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