Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.range.impl.imexp |
ZK Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HSSFRichTextString
Rich text unicode string.
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFCell.setCellValue(RichTextString value)
Set a string value for the cell.
|
void |
HSSFSimpleShape.setString(RichTextString string) |
Modifier and Type | Method and 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
For numeric cells we throw an exception.
|
RichTextString |
Textbox.getString() |
RichTextString |
Comment.getString()
Fetches the rich text string of the comment
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
RichTextString |
SXSSFCell.getRichStringCellValue()
Get the value of the cell as a XSSFRichTextString
For numeric cells we throw an exception.
|
Modifier and Type | Method and Description |
---|---|
void |
SXSSFCell.setCellValue(RichTextString value)
Set a rich string value for the cell.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFRichTextString
Rich text unicode string.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected RichTextString |
ExcelXlsxExporter.toPOIRichText(SRichText richText) |
protected RichTextString |
AbstractExcelExporter.toPOIRichText(SRichText richText) |
Modifier and Type | Method and Description |
---|---|
protected Font |
AbstractExcelImporter.getPoiFontFromRichText(Workbook book,
Cell cell,
RichTextString rstr,
int run) |
protected void |
AbstractExcelImporter.importRichText(Cell poiCell,
RichTextString poiRichTextString,
SRichText richText) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.