Package | Description |
---|---|
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.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class | Description |
---|---|---|
class |
HSSFRichTextString |
Rich text unicode string.
|
Modifier and Type | Method | Description |
---|---|---|
void |
HSSFCell.setCellValue(RichTextString value) |
Set a string value for the cell.
|
void |
HSSFSimpleShape.setString(RichTextString string) |
Modifier and Type | Method | Description |
---|---|---|
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 |
Comment.getString() |
Fetches the rich text string of the comment
|
RichTextString |
Textbox.getString() |
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.
|
void |
Textbox.setString(RichTextString string) |
Modifier and Type | Method | Description |
---|---|---|
RichTextString |
SXSSFCell.getRichStringCellValue() |
Get the value of the cell as a XSSFRichTextString
|
Modifier and Type | Method | Description |
---|---|---|
void |
SXSSFCell.setCellValue(RichTextString value) |
Set a rich string value for the cell.
|
Modifier and Type | Class | Description |
---|---|---|
class |
XSSFRichTextString |
Rich text unicode string.
|
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.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.