Package | Description |
---|---|
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSSFRichTextString |
SXSSFCreationHelper.createRichTextString(java.lang.String text) |
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
|
XSSFRichTextString |
XSSFComment.getString() |
XSSFRichTextString |
XSSFChart.getTitleText()
Returns the title static text, or null if none is set.
|
Modifier and Type | Method and Description |
---|---|
XSSFTextParagraph |
XSSFSimpleShape.addNewTextParagraph(XSSFRichTextString str)
Add a new paragraph run to this shape, set to the provided rich text
string
|
void |
XSSFSimpleShape.setText(XSSFRichTextString str)
Set a single paragraph of text on the shape.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.