|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RichTextString | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
| org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. |
| org.apache.poi.ss.usermodel | |
| 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 | |
|---|---|
class |
HSSFRichTextString
Rich text unicode string. |
| Methods in org.apache.poi.hssf.usermodel that return RichTextString | |
|---|---|
protected RichTextString |
HSSFFormulaEvaluator.createRichTextString(java.lang.String str)
|
| Methods in org.apache.poi.hssf.usermodel with parameters of type RichTextString | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
RichTextString |
CreationHelper.createRichTextString(java.lang.String text)
Creates a new RichTextString instance |
RichTextString |
Cell.getRichStringCellValue()
Get the value of the cell as a XSSFRichTextString |
RichTextString |
Textbox.getString()
Deprecated. |
RichTextString |
Comment.getString()
Fetches the rich text string of the comment |
| Methods in org.apache.poi.ss.usermodel with parameters of type RichTextString | |
|---|---|
void |
Cell.setCellValue(RichTextString value)
Set a rich string value for the cell. |
void |
Textbox.setString(RichTextString string)
Deprecated. |
void |
Comment.setString(RichTextString string)
Sets the rich text string used by this comment. |
| Uses of RichTextString in org.apache.poi.xssf.streaming |
|---|
| Methods in org.apache.poi.xssf.streaming that return RichTextString | |
|---|---|
RichTextString |
SXSSFCell.getRichStringCellValue()
Get the value of the cell as a XSSFRichTextString |
| Methods in org.apache.poi.xssf.streaming with parameters of type RichTextString | |
|---|---|
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 | |
|---|---|
class |
XSSFRichTextString
Rich text unicode string. |
| Methods in org.apache.poi.xssf.usermodel that return RichTextString | |
|---|---|
protected RichTextString |
BaseXSSFFormulaEvaluator.createRichTextString(java.lang.String str)
|
| Methods in org.apache.poi.xssf.usermodel with parameters of type RichTextString | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||