Uses of Class
loci.poi.hssf.usermodel.HSSFRichTextString
Packages that use HSSFRichTextString
Package
Description
Record package contains class representations for XLS binary strutures.
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 HSSFRichTextStringMethods in loci.poi.hssf.record with parameters of type HSSFRichTextString -
Uses of HSSFRichTextString in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return HSSFRichTextStringModifier and TypeMethodDescriptionHSSFCell.getRichStringCellValue()get the value of the cell as a string - for numeric cells we throw an exception.HSSFTextbox.getString()Methods in loci.poi.hssf.usermodel with parameters of type HSSFRichTextStringModifier and TypeMethodDescriptionvoidHSSFCell.setCellValue(HSSFRichTextString value) set a string value for the cell.voidHSSFComment.setString(HSSFRichTextString string) Sets the rich text string used by this comment.voidHSSFTextbox.setString(HSSFRichTextString string)