Uses of Interface
org.apache.poi.ss.usermodel.RichTextString
Packages that use RichTextString
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
-
Uses of RichTextString in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement RichTextStringMethods in org.apache.poi.hssf.usermodel that return RichTextStringModifier and TypeMethodDescriptionprotected RichTextStringHSSFFormulaEvaluator.createRichTextString(String str) Methods in org.apache.poi.hssf.usermodel with parameters of type RichTextStringModifier and TypeMethodDescriptionvoidHSSFCell.setCellValue(RichTextString value) Set a string value for the cell.voidHSSFSimpleShape.setString(RichTextString string) -
Uses of RichTextString in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return RichTextStringModifier and TypeMethodDescriptionprotected abstract RichTextStringBaseFormulaEvaluator.createRichTextString(String str) -
Uses of RichTextString in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return RichTextStringModifier and TypeMethodDescriptionCreationHelper.createRichTextString(String text) Creates a new RichTextString instanceCell.getRichStringCellValue()Get the value of the cell as a XSSFRichTextStringComment.getString()Fetches the rich text string of the commentMethods in org.apache.poi.ss.usermodel with parameters of type RichTextStringModifier and TypeMethodDescriptionvoidCell.setCellValue(RichTextString value) Set a rich string value for the cell.voidComment.setString(RichTextString string) Sets the rich text string used by this comment. -
Uses of RichTextString in org.apache.poi.xssf.binary
Methods in org.apache.poi.xssf.binary that return RichTextString -
Uses of RichTextString in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel that return RichTextString -
Uses of RichTextString in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return RichTextStringModifier and TypeMethodDescriptionSharedStrings.getItemAt(int idx) Return a string item by indexSharedStringsTable.getItemAt(int idx) Return a string item by indexMethods in org.apache.poi.xssf.model that return types with arguments of type RichTextStringModifier and TypeMethodDescriptionSharedStringsTable.getSharedStringItems()Provide access to the strings in the SharedStringsTableMethods in org.apache.poi.xssf.model with parameters of type RichTextStringModifier and TypeMethodDescriptionintSharedStringsTable.addSharedStringItem(RichTextString string) Add an entry to this Shared String table (a new value is appended to the end). -
Uses of RichTextString in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return RichTextStringModifier and TypeMethodDescriptionSXSSFCell.getRichStringCellValue()Get the value of the cell as a XSSFRichTextStringMethods in org.apache.poi.xssf.streaming with parameters of type RichTextStringModifier and TypeMethodDescriptionvoidSXSSFCell.setCellValue(RichTextString value) Set a rich string value for the cell. -
Uses of RichTextString in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement RichTextStringMethods in org.apache.poi.xssf.usermodel that return RichTextStringModifier and TypeMethodDescriptionprotected RichTextStringBaseXSSFFormulaEvaluator.createRichTextString(String str) Methods in org.apache.poi.xssf.usermodel with parameters of type RichTextStringModifier and TypeMethodDescriptionvoidXSSFCell.setCellValue(RichTextString str) Set a string value for the cell.voidXSSFComment.setString(RichTextString string) Sets the rich text string used by this comment.