Package | Description |
---|---|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
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
|
Modifier and Type | Method and Description |
---|---|
HSSFRichTextString |
TextObjectRecord.getStr() |
Modifier and Type | Method and Description |
---|---|
void |
TextObjectRecord.setStr(HSSFRichTextString str) |
Modifier and Type | Method and Description |
---|---|
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 |
HSSFSimpleShape.getString() |
Modifier and Type | Method and Description |
---|---|
int |
HSSFRichTextString.compareTo(HSSFRichTextString r)
Compares one rich text string to another.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.