|
||||||||||
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.usermodel | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.helpers |
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 with parameters of type RichTextString | |
---|---|
void |
HSSFCell.setCellValue(RichTextString value)
Set a string value for the cell. |
void |
HSSFTextbox.setString(RichTextString string)
|
void |
HSSFComment.setString(RichTextString string)
Sets the rich text string used by this comment. |
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()
|
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)
|
void |
Comment.setString(RichTextString string)
Sets the rich text string used by this comment. |
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 | |
---|---|
RichTextString |
XSSFComment.getString()
|
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)
|
Uses of RichTextString in org.apache.poi.xssf.usermodel.helpers |
---|
Methods in org.apache.poi.xssf.usermodel.helpers that return RichTextString | |
---|---|
static RichTextString |
RichTextStringHelper.convertFromRst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst ctText)
|
Methods in org.apache.poi.xssf.usermodel.helpers with parameters of type RichTextString | |
---|---|
static void |
RichTextStringHelper.convertToRst(RichTextString string,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst text)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |