| Package | Description | 
|---|---|
| loci.poi.hssf.record | Record package contains class representations for XLS binary strutures. | 
| loci.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) HSSFRichTextString | TextObjectRecord. str | 
| Modifier and Type | Method and Description | 
|---|---|
| HSSFRichTextString | TextObjectRecord. getStr() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TextObjectRecord. setStr(HSSFRichTextString str) | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) HSSFRichTextString | HSSFTextbox. string | 
| private HSSFRichTextString | HSSFCell. stringValue | 
| Modifier and Type | Method and Description | 
|---|---|
| HSSFRichTextString | HSSFCell. getRichStringCellValue()get the value of the cell as a string - for numeric cells we throw an exception. | 
| HSSFRichTextString | HSSFTextbox. getString() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HSSFCell. setCellValue(HSSFRichTextString value)set a string value for the cell. | 
| void | HSSFComment. setString(HSSFRichTextString string)Sets the rich text string used by this comment. | 
| void | HSSFTextbox. setString(HSSFRichTextString string) | 
Copyright © 2016 Open Microscopy Environment