Uses of Class
loci.poi.hssf.usermodel.HSSFRichTextString
-
Packages that use HSSFRichTextString Package Description loci.poi.hssf.record Record package contains class representations for XLS binary strutures.loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of HSSFRichTextString in loci.poi.hssf.record
Methods in loci.poi.hssf.record that return HSSFRichTextString Modifier and Type Method Description HSSFRichTextString
TextObjectRecord. getStr()
Methods in loci.poi.hssf.record with parameters of type HSSFRichTextString Modifier and Type Method Description void
TextObjectRecord. setStr(HSSFRichTextString str)
-
Uses of HSSFRichTextString in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return HSSFRichTextString Modifier and Type Method Description HSSFRichTextString
HSSFCell. getRichStringCellValue()
get the value of the cell as a string - for numeric cells we throw an exception.HSSFRichTextString
HSSFTextbox. getString()
Methods in loci.poi.hssf.usermodel with parameters of type HSSFRichTextString Modifier and Type Method Description void
HSSFCell. setCellValue(HSSFRichTextString value)
set a string value for the cell.void
HSSFComment. setString(HSSFRichTextString string)
Sets the rich text string used by this comment.void
HSSFTextbox. setString(HSSFRichTextString string)
-