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 RichTextStringAbstractExcelExporter. toPOIRichText(SRichText richText)protected RichTextStringExcelXlsxExporter. toPOIRichText(SRichText richText)Methods in io.keikai.range.impl.imexp with parameters of type RichTextString Modifier and Type Method Description protected FontAbstractExcelImporter. getPoiFontFromRichText(Workbook book, Cell cell, RichTextString rstr, int run)protected voidAbstractExcelImporter. 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 classHSSFRichTextStringRich text unicode string.Methods in org.apache.poi.hssf.usermodel that return RichTextString Modifier and Type Method Description protected RichTextStringHSSFFormulaEvaluator. createRichTextString(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(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(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.
-