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 RichTextString
HSSFFormulaEvaluator.createRichTextString
(String str) Methods in org.apache.poi.hssf.usermodel with parameters of type RichTextStringModifier and TypeMethodDescriptionvoid
HSSFCell.setCellValue
(RichTextString value) Set a string value for the cell.void
HSSFSimpleShape.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 RichTextString
BaseFormulaEvaluator.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 TypeMethodDescriptionvoid
Cell.setCellValue
(RichTextString value) Set a rich string value for the cell.void
Comment.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 TypeMethodDescriptionint
SharedStringsTable.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 TypeMethodDescriptionvoid
SXSSFCell.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 RichTextString
BaseXSSFFormulaEvaluator.createRichTextString
(String str) Methods in org.apache.poi.xssf.usermodel with parameters of type RichTextStringModifier and TypeMethodDescriptionvoid
XSSFCell.setCellValue
(RichTextString str) Set a string value for the cell.void
XSSFComment.setString
(RichTextString string) Sets the rich text string used by this comment.