Uses of Interface
org.apache.poi.ss.usermodel.RichTextString
-
Packages that use RichTextString Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel -
-
Uses of RichTextString in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement RichTextString Modifier and Type Class Description classHSSFRichTextStringRich text unicode string.Methods in org.apache.poi.hssf.usermodel that return RichTextString Modifier and Type Method Description protected RichTextStringHSSFFormulaEvaluator. createRichTextString(java.lang.String str)Methods in org.apache.poi.hssf.usermodel with parameters of type RichTextString Modifier and Type Method Description protected voidHSSFCell. setCellValueImpl(RichTextString value)voidHSSFSimpleShape. setString(RichTextString string) -
Uses of RichTextString in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return RichTextString Modifier and Type Method Description protected abstract RichTextStringBaseFormulaEvaluator. createRichTextString(java.lang.String str) -
Uses of RichTextString in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return RichTextString Modifier and Type Method Description RichTextStringCreationHelper. createRichTextString(java.lang.String text)Creates a new RichTextString instanceRichTextStringCell. getRichStringCellValue()Get the value of the cell as a XSSFRichTextStringRichTextStringComment. getString()Fetches the rich text string of the commentMethods in org.apache.poi.ss.usermodel with parameters of type RichTextString Modifier and Type Method Description voidCell. setCellValue(RichTextString value)Set a rich string value for the cell.voidCellBase. setCellValue(RichTextString value)Set a rich string value for the cell.protected abstract voidCellBase. setCellValueImpl(RichTextString value)Implementation-specific way to set a RichTextString value.voidComment. setString(RichTextString string)Sets the rich text string used by this comment.
-