Uses of Interface
org.apache.poi.ss.usermodel.RichTextString
-
Packages that use RichTextString Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel org.apache.poi.xssf.binary The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.org.apache.poi.xssf.eventusermodel org.apache.poi.xssf.model org.apache.poi.xssf.streaming org.apache.poi.xssf.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 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(java.lang.String str)
Methods in org.apache.poi.hssf.usermodel with parameters of type RichTextString Modifier and Type Method Description void
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 RichTextString Modifier and Type Method Description protected abstract RichTextString
BaseFormulaEvaluator. 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 RichTextString
CreationHelper. createRichTextString(java.lang.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
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 Modifier and Type Method Description RichTextString
XSSFBSharedStringsTable. getItemAt(int idx)
-
Uses of RichTextString in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel that return RichTextString Modifier and Type Method Description RichTextString
ReadOnlySharedStringsTable. getItemAt(int idx)
-
Uses of RichTextString in org.apache.poi.xssf.model
Methods in org.apache.poi.xssf.model that return RichTextString Modifier and Type Method Description RichTextString
SharedStrings. getItemAt(int idx)
Return a string item by indexRichTextString
SharedStringsTable. getItemAt(int idx)
Return a string item by indexMethods in org.apache.poi.xssf.model that return types with arguments of type RichTextString Modifier and Type Method Description java.util.List<RichTextString>
SharedStringsTable. getSharedStringItems()
Provide access to the strings in the SharedStringsTableMethods in org.apache.poi.xssf.model with parameters of type RichTextString Modifier and Type Method Description int
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 RichTextString Modifier and Type Method Description RichTextString
SXSSFCell. getRichStringCellValue()
Get the value of the cell as a XSSFRichTextStringMethods in org.apache.poi.xssf.streaming with parameters of type RichTextString Modifier and Type Method Description void
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 RichTextString Modifier and Type Class Description class
XSSFRichTextString
Rich text unicode string.Methods in org.apache.poi.xssf.usermodel that return RichTextString Modifier and Type Method Description protected RichTextString
BaseXSSFFormulaEvaluator. createRichTextString(java.lang.String str)
Methods in org.apache.poi.xssf.usermodel with parameters of type RichTextString Modifier and Type Method Description void
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.
-