Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.binary |
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
|
org.apache.poi.xssf.eventusermodel | |
org.apache.poi.xssf.model | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFRichTextString
Rich text unicode string.
|
Modifier and Type | Method and Description |
---|---|
protected RichTextString |
HSSFFormulaEvaluator.createRichTextString(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
protected void |
HSSFCell.setCellValueImpl(RichTextString value)
Implementation-specific way to set a RichTextString value.
|
void |
HSSFSimpleShape.setString(RichTextString string) |
Modifier and Type | Method and Description |
---|---|
protected abstract RichTextString |
BaseFormulaEvaluator.createRichTextString(java.lang.String str) |
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
|
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 |
CellBase.setCellValue(RichTextString value)
Set a rich string value for the cell.
|
protected abstract void |
CellBase.setCellValueImpl(RichTextString value)
Implementation-specific way to set a RichTextString value.
|
void |
Comment.setString(RichTextString string)
Sets the rich text string used by this comment.
|
Modifier and Type | Method and Description |
---|---|
RichTextString |
XSSFBSharedStringsTable.getItemAt(int idx) |
Modifier and Type | Method and Description |
---|---|
RichTextString |
ReadOnlySharedStringsTable.getItemAt(int idx) |
Modifier and Type | Method and Description |
---|---|
RichTextString |
SharedStrings.getItemAt(int idx)
Return a string item by index
|
RichTextString |
SharedStringsTable.getItemAt(int idx)
Return a string item by index
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RichTextString> |
SharedStringsTable.getSharedStringItems()
Provide access to the strings in the SharedStringsTable
|
Modifier and Type | Method and Description |
---|---|
int |
SharedStringsTable.addSharedStringItem(RichTextString string)
Add an entry to this Shared String table (a new value is appended to the end).
|
Modifier and Type | Method and Description |
---|---|
RichTextString |
SXSSFCell.getRichStringCellValue()
Get the value of the cell as a XSSFRichTextString
|
Modifier and Type | Method and Description |
---|---|
protected void |
SXSSFCell.setCellValueImpl(RichTextString value)
Implementation-specific way to set a RichTextString value.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFRichTextString
Rich text unicode string.
|
Modifier and Type | Method and Description |
---|---|
protected RichTextString |
BaseXSSFFormulaEvaluator.createRichTextString(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
protected void |
XSSFCell.setCellValueImpl(RichTextString str)
Implementation-specific way to set a RichTextString value.
|
void |
XSSFComment.setString(RichTextString string)
Sets the rich text string used by this comment.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.