Uses of Class
org.apache.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 org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return HSSFRichTextStringMethods in org.apache.poi.hssf.record with parameters of type HSSFRichTextString -
Uses of HSSFRichTextString in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFRichTextStringModifier and TypeMethodDescriptionHSSFCreationHelper.createRichTextString
(String text) HSSFCell.getRichStringCellValue()
get the value of the cell as a string - for numeric cells we throw an exception.HSSFSimpleShape.getString()
Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFRichTextStringModifier and TypeMethodDescriptionint
HSSFRichTextString.compareTo
(HSSFRichTextString r) Compares one rich text string to another.