Package | Description |
---|---|
org.apache.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
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 2022 The Apache Software Foundation or its licensors, as applicable.