Uses of Interface
org.apache.poi.ss.usermodel.RichTextString
-
Packages that use RichTextString Package Description io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes.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 io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return RichTextString Modifier and Type Method Description protected RichTextString
AbstractExcelExporter. toPOIRichText(SRichText richText)
protected RichTextString
ExcelXlsxExporter. toPOIRichText(SRichText richText)
Methods in io.keikai.range.impl.imexp with parameters of type RichTextString Modifier and Type Method Description protected Font
AbstractExcelImporter. getPoiFontFromRichText(Workbook book, Cell cell, RichTextString rstr, int run)
protected void
AbstractExcelImporter. importRichText(Cell poiCell, RichTextString poiRichTextString0, SRichText richText)
-
Uses of RichTextString in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement RichTextString Modifier and Type Class Description class
HSSFRichTextString
Rich text unicode string.Methods in org.apache.poi.hssf.usermodel that return RichTextString Modifier and Type Method Description protected RichTextString
HSSFFormulaEvaluator. createRichTextString(String str)
Methods in org.apache.poi.hssf.usermodel with parameters of type RichTextString Modifier and Type Method Description protected void
HSSFCell. setCellValueImpl(RichTextString value)
void
HSSFSimpleShape. 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 RichTextString
BaseFormulaEvaluator. createRichTextString(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 RichTextString
CreationHelper. createRichTextString(String text)
Creates a new RichTextString instanceRichTextString
Cell. getRichStringCellValue()
Get the value of the cell as a XSSFRichTextStringRichTextString
Comment. 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 void
Cell. setCellValue(RichTextString value)
Set a rich string value for the cell.void
CellBase. setCellValue(RichTextString value)
Set a rich string value for the cell.protected abstract void
CellBase. setCellValueImpl(RichTextString value)
Implementation-specific way to set a RichTextString value.void
Comment. setString(RichTextString string)
Sets the rich text string used by this comment.
-