Package | Description |
---|---|
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFRichTextString |
XSSFCreationHelper.createRichTextString(java.lang.String text)
Creates a new XSSFRichTextString for you.
|
XSSFRichTextString |
XSSFCell.getRichStringCellValue()
Get the value of the cell as a XSSFRichTextString
For numeric cells we throw an exception.
|
XSSFRichTextString |
XSSFComment.getString() |
XSSFRichTextString |
XSSFChart.getTitle()
Returns the title, or null if none is set
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFSimpleShape.setText(XSSFRichTextString str) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.