Uses of Class
org.apache.poi.xssf.usermodel.XSSFRichTextString
-
Packages that use XSSFRichTextString Package Description org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of XSSFRichTextString in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return XSSFRichTextString Modifier and Type Method Description XSSFRichTextString
SXSSFCreationHelper. createRichTextString(java.lang.String text)
-
Uses of XSSFRichTextString in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFRichTextString Modifier and Type Method 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 XSSFRichTextStringXSSFRichTextString
XSSFComment. getString()
XSSFRichTextString
XSSFChart. getTitleText()
Returns the title static text, or null if none is set.Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFRichTextString Modifier and Type Method Description XSSFTextParagraph
XSSFSimpleShape. addNewTextParagraph(XSSFRichTextString str)
Add a new paragraph run to this shape, set to the provided rich text stringvoid
XSSFSimpleShape. setText(XSSFRichTextString str)
Set a single paragraph of text on the shape.
-