|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSSFRichTextString | |
---|---|
org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.ss.usermodel |
Uses of HSSFRichTextString in org.apache.poi.hssf.record |
---|
Methods in org.apache.poi.hssf.record that return HSSFRichTextString | |
---|---|
HSSFRichTextString |
TextObjectRecord.getStr()
|
Methods in org.apache.poi.hssf.record with parameters of type HSSFRichTextString | |
---|---|
void |
TextObjectRecord.setStr(HSSFRichTextString str)
|
Uses of HSSFRichTextString in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return HSSFRichTextString | |
---|---|
HSSFRichTextString |
HSSFCreationHelper.createRichTextString(java.lang.String text)
|
HSSFRichTextString |
HSSFCell.getRichStringCellValue()
get the value of the cell as a string - for numeric cells we throw an exception. |
HSSFRichTextString |
HSSFTextbox.getString()
|
HSSFRichTextString |
HSSFSimpleShape.getString()
|
Uses of HSSFRichTextString in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel that return HSSFRichTextString | |
---|---|
HSSFRichTextString |
CreationHelper.createRichTextString(java.lang.String text)
Creates a new RichTextString instance |
HSSFRichTextString |
Cell.getRichStringCellValue()
Get the value of the cell as a XSSFRichTextString |
HSSFRichTextString |
Comment.getString()
Fetches the rich text string of the comment |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |